Skip to content

Commit

Permalink
fix(build): fix Kokoro release script (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and JustinBeckwith committed Dec 11, 2018
1 parent b5579c2 commit 1072247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .kokoro/release/publish.cfg
Expand Up @@ -14,7 +14,7 @@ before_action {
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"

# Use the trampoline script to run in docker.
build_file: "nodejs-scheduler/.kokoro/trampoline.sh"
build_file: "nodejs-datastore/.kokoro/trampoline.sh"

# Configure the docker image for kokoro-trampoline.
env_vars: {
Expand All @@ -24,5 +24,5 @@ env_vars: {

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/nodejs-scheduler/.kokoro/publish.sh"
value: "github/nodejs-datastore/.kokoro/publish.sh"
}

0 comments on commit 1072247

Please sign in to comment.