Skip to content

Commit 41140d9

Browse files
Fix environmental variables
1 parent 9b0f3c8 commit 41140d9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

functions/helloworld/test/updateFunctions.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ ${FUNCTIONS_CMD} deploy helloGET --trigger-http
55
echo '-----------------------------'
66
${FUNCTIONS_CMD} deploy helloHttp --trigger-http
77
echo '-----------------------------'
8-
${FUNCTIONS_CMD} deploy helloBackground --trigger-topic $FUNCTIONS_TOPIC
8+
${FUNCTIONS_CMD} deploy helloBackground --trigger-topic $TOPIC
99
echo '-----------------------------'
10-
${FUNCTIONS_CMD} deploy helloPubSub --trigger-topic $FUNCTIONS_TOPIC
10+
${FUNCTIONS_CMD} deploy helloPubSub --trigger-topic $TOPIC
1111
echo '-----------------------------'
12-
${FUNCTIONS_CMD} deploy helloGCS --trigger-bucket $FUNCTIONS_BUCKET
12+
${FUNCTIONS_CMD} deploy helloGCS --trigger-bucket $BUCKET
1313
echo '-----------------------------'
14-
${FUNCTIONS_CMD} deploy helloGCSGeneric --trigger-bucket $FUNCTIONS_BUCKET
14+
${FUNCTIONS_CMD} deploy helloGCSGeneric --trigger-bucket $BUCKET
1515
echo '-----------------------------'
16-
${FUNCTIONS_CMD} deploy helloError --trigger-topic $FUNCTIONS_TOPIC
16+
${FUNCTIONS_CMD} deploy helloError --trigger-topic $TOPIC
1717
echo '-----------------------------'
18-
${FUNCTIONS_CMD} deploy helloError2 --trigger-topic $FUNCTIONS_TOPIC
18+
${FUNCTIONS_CMD} deploy helloError2 --trigger-topic $TOPIC
1919
echo '-----------------------------'
20-
${FUNCTIONS_CMD} deploy helloError3 --trigger-topic $FUNCTIONS_TOPIC
20+
${FUNCTIONS_CMD} deploy helloError3 --trigger-topic $TOPIC
2121
echo '-----------------------------'
22-
${FUNCTIONS_CMD} deploy helloTemplate --trigger-http
22+
${FUNCTIONS_CMD} deploy helloTemplate --trigger-http

0 commit comments

Comments
 (0)