Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clean
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ section_open "Delete SQL Server"
section_close

section_open "Delete the Cloud Storage Bucket"
gsutil rm -rf gs://$PROJECT-bucket/*
gsutil rb gs://$PROJECT-bucket
gcloud storage rm --recursive --continue-on-error gs://$PROJECT-bucket/*
gcloud storage buckets delete gs://$PROJECT-bucket
section_close

section_open "Delete Service Account"
Expand Down