We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4402456 commit 1a8eeefCopy full SHA for 1a8eeef
broker/setup_broker/lvk/setup_broker.sh
@@ -58,7 +58,7 @@ if [ "${teardown}" != "True" ]; then
58
# create bigquery dataset and table
59
bq --location="${region}" mk --dataset "${bq_dataset}"
60
61
- cd templates
+ cd templates || exit 5
62
bq mk --table "${PROJECT_ID}:${bq_dataset}.${alerts_table}" "bq_${survey}_${alerts_table}_schema.json" || exit 5
63
cd .. || exit 5
64
0 commit comments