diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2024-12-28 15:17:04 +0100 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2024-12-28 15:17:04 +0100 |
| commit | 2aa010e47387f5c60d63824dce65f76f22eecddc (patch) | |
| tree | cf39154c7e58c697da3d9c0e00fad711fe9e59c0 /scripts/06-cleanup.sh | |
| parent | 246369828ecdaf879923b19ff222881cbe6c3953 (diff) | |
Check on scripts + update num worker
Diffstat (limited to 'scripts/06-cleanup.sh')
| -rwxr-xr-x | scripts/06-cleanup.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/06-cleanup.sh b/scripts/06-cleanup.sh deleted file mode 100755 index 50c10f7..0000000 --- a/scripts/06-cleanup.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -gcloud storage rm -r gs://${BUCKET_NAME} -gcloud dataproc clusters delete ${CLUSTER} --region=${REGION} -gcloud iam service-accounts delete ${SERVICE_ACCOUNT}@${PROJECT}.iam.gserviceaccount.com |