summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-01-04 13:56:44 +0100
committerSanto Cariotti <santo@dcariotti.me>2025-01-04 13:56:44 +0100
commit8094e6a64f166863fbeb445457364616f8bd8a7e (patch)
tree9042dd2d83073810ecd5bfd15bb3ea79ba643364
parentf4682cd0f7f54d6bcd57913a347d873e2d394d4e (diff)
Remove all buckets
-rwxr-xr-xscripts/07-cleanup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/07-cleanup.sh b/scripts/07-cleanup.sh
index 50c10f7..98751b6 100755
--- a/scripts/07-cleanup.sh
+++ b/scripts/07-cleanup.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-gcloud storage rm -r gs://${BUCKET_NAME}
+gcloud storage rm -r gs://
gcloud dataproc clusters delete ${CLUSTER} --region=${REGION}
gcloud iam service-accounts delete ${SERVICE_ACCOUNT}@${PROJECT}.iam.gserviceaccount.com