From 8094e6a64f166863fbeb445457364616f8bd8a7e Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sat, 4 Jan 2025 13:56:44 +0100 Subject: Remove all buckets --- scripts/07-cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-18-g5258