Skip to content

Commit 3f371dc

Browse files
chore: Migrate gsutil usage to gcloud storage
1 parent f77d228 commit 3f371dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

clean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ section_open "Delete SQL Server"
124124
section_close
125125

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

131131
section_open "Delete Service Account"

0 commit comments

Comments
 (0)