Skip to content

Commit

Permalink
fix(build): fix Kokoro release script (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and JustinBeckwith committed Dec 11, 2018
1 parent 60d25f4 commit 536a4b9
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-firestore/.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-firestore/.kokoro/publish.sh"
}

0 comments on commit 536a4b9

Please sign in to comment.