Skip to content

Commit 9663e4b

Browse files
authored
Merge pull request #30 from bhandarivijay-png/ai-gsutil-migration-687017f814cd45c2a7af8b7fe0059213
chore: Migrate gsutil usage to gcloud storage
2 parents f77d228 + 3f371dc commit 9663e4b

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)