We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77d228 commit 3f371dcCopy full SHA for 3f371dc
1 file changed
clean
@@ -124,8 +124,8 @@ section_open "Delete SQL Server"
124
section_close
125
126
section_open "Delete the Cloud Storage Bucket"
127
- gsutil rm -rf gs://$PROJECT-bucket/*
128
- gsutil rb gs://$PROJECT-bucket
+ gcloud storage rm --recursive --continue-on-error gs://$PROJECT-bucket/*
+ gcloud storage buckets delete gs://$PROJECT-bucket
129
130
131
section_open "Delete Service Account"
0 commit comments