Skip to content

Commit

Permalink
Specify valid env var values
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Nassri committed Sep 17, 2018
1 parent ec43c20 commit b4ecb08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
export GCLOUD_PROJECT=nodejs-docs-samples-tests
export NODE_ENV=development

export FUNCTIONS_TOPIC=my-topic
export FUNCTIONS_BUCKET=my-bucket
export FUNCTIONS_TOPIC=integration-tests-instance
export FUNCTIONS_BUCKET=$GCLOUD_PROJECT

cd github/nodejs-docs-samples/${PROJECT}

Expand Down

0 comments on commit b4ecb08

Please sign in to comment.