Skip to content

Commit b4ecb08

Browse files
author
Ace Nassri
committed
Specify valid env var values
1 parent ec43c20 commit b4ecb08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.kokoro/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
export GCLOUD_PROJECT=nodejs-docs-samples-tests
1818
export NODE_ENV=development
1919

20-
export FUNCTIONS_TOPIC=my-topic
21-
export FUNCTIONS_BUCKET=my-bucket
20+
export FUNCTIONS_TOPIC=integration-tests-instance
21+
export FUNCTIONS_BUCKET=$GCLOUD_PROJECT
2222

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

0 commit comments

Comments
 (0)