Skip to content

Commit 427af45

Browse files
jkwluiJustinBeckwith
authored andcommitted
fix(build): fix Kokoro release script (#488)
1 parent 833e545 commit 427af45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

handwritten/firestore/.kokoro/release/publish.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_action {
1414
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
1515

1616
# Use the trampoline script to run in docker.
17-
build_file: "nodejs-scheduler/.kokoro/trampoline.sh"
17+
build_file: "nodejs-firestore/.kokoro/trampoline.sh"
1818

1919
# Configure the docker image for kokoro-trampoline.
2020
env_vars: {
@@ -24,5 +24,5 @@ env_vars: {
2424

2525
env_vars: {
2626
key: "TRAMPOLINE_BUILD_FILE"
27-
value: "github/nodejs-scheduler/.kokoro/publish.sh"
27+
value: "github/nodejs-firestore/.kokoro/publish.sh"
2828
}

0 commit comments

Comments
 (0)