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 7d900ea commit 5588ff3Copy full SHA for 5588ff3
broker/setup_broker/setup_broker.sh
@@ -105,7 +105,7 @@ manage_resources() {
105
--max-delivery-attempts=5 \
106
--dead-letter-topic-project="${PROJECT_ID}"
107
else
108
- if [ "$environment_type" = "testing"]; then
+ if [ "$environment_type" = "testing" ]; then
109
# delete testing resources
110
python3 setup_gcp.py --survey="$survey" --testid="$testid" --teardown --confirmed --versiontag="${versiontag}"
111
gcloud pubsub topics delete "${topic_diasource}"
0 commit comments