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

Commit

Permalink
build(kokoro): samples-test.sh need GCLOUD_PROJECT env; node6 and nod…
Browse files Browse the repository at this point in the history
…e8 is using wrong .sh (#162)
  • Loading branch information
jkwlui authored Aug 7, 2018
1 parent c462f33 commit cc9f5b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .kokoro/continuous/node6/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ env_vars: {
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/nodejs-vision/.kokoro/build.sh"
value: "github/nodejs-vision/.kokoro/test.sh"
}
2 changes: 1 addition & 1 deletion .kokoro/continuous/node8/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ env_vars: {
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/nodejs-vision/.kokoro/build.sh"
value: "github/nodejs-vision/.kokoro/test.sh"
}
1 change: 1 addition & 0 deletions .kokoro/samples-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ set -xeo pipefail

# Setup service account credentials.
export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/service-account.json
export GCLOUD_PROJECT=long-door-651

cd github/nodejs-vision

Expand Down

0 comments on commit cc9f5b2

Please sign in to comment.