Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit ccb6b75

Browse files
jkwluiJustinBeckwith
authored andcommitted
fix(build): fix Kokoro release script (#291)
1 parent 2d8d9b1 commit ccb6b75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.kokoro/release/publish.cfg

+2-2
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-vision/.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-vision/.kokoro/publish.sh"
2828
}

0 commit comments

Comments
 (0)