summaryrefslogtreecommitdiff
path: root/scripts/03-update-network-for-dataproc.sh
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-01-26 15:08:12 +0100
committerSanto Cariotti <santo@dcariotti.me>2025-01-26 15:08:12 +0100
commitf1d310658f8f8d7b1c1c7cf802cb98a451a61ed1 (patch)
tree953780c981faa1608ed735e203bd55a5db56c407 /scripts/03-update-network-for-dataproc.sh
parente7bbd6ea60fc40e8d9a31ece57b1fcc7c170f0da (diff)
Add debug env on scripts
Diffstat (limited to 'scripts/03-update-network-for-dataproc.sh')
-rwxr-xr-xscripts/03-update-network-for-dataproc.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/03-update-network-for-dataproc.sh b/scripts/03-update-network-for-dataproc.sh
index c091f22..47f78d6 100755
--- a/scripts/03-update-network-for-dataproc.sh
+++ b/scripts/03-update-network-for-dataproc.sh
@@ -1,5 +1,9 @@
#!/bin/sh
+if [ ${DEBUG:+1} ]; then
+ set -euxo pipefail
+fi
+
gcloud compute networks subnets update default \
--region=${REGION} \
--enable-private-ip-google-access