File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 ./retry.sh "gcloud secrets describe ${_SECRET_SETTINGS_NAME}" \
2323 "gcloud secrets delete ${_SECRET_SETTINGS_NAME} --quiet --project $PROJECT_ID"
2424
25- ./retry.sh "gsutil ls gs://${_STORAGE_BUCKET}" \
26- "gsutil -m rm -r gs://${_STORAGE_BUCKET}"
25+ ./retry.sh "gcloud storage ls gs://${_STORAGE_BUCKET}" \
26+ "gcloud storage rm --recursive gs://${_STORAGE_BUCKET}"
2727
2828 ./retry.sh "gcloud artifacts docker images describe ${_IMAGE_NAME}" \
2929 "gcloud artifacts docker images delete ${_IMAGE_NAME} --quiet"
Original file line number Diff line number Diff line change @@ -42,10 +42,9 @@ steps:
4242 args :
4343 - " -c"
4444 - |
45- ./retry.sh "gsutil mb \
46- -l ${_REGION} \
47- -p ${PROJECT_ID} \
48- gs://${_STORAGE_BUCKET}"
45+ ./retry.sh "gcloud storage buckets create gs://${_STORAGE_BUCKET} \
46+ --location ${_REGION} \
47+ --project ${PROJECT_ID}"
4948
5049 - id : " IAM and Secrets"
5150 name : " gcr.io/google.com/cloudsdktool/cloud-sdk"
@@ -148,4 +147,3 @@ substitutions:
148147 _DB_PASS : password1234
149148 _ADMIN_PASSWORD : superpass
150149 _ADMIN_EMAIL : example@noop.com
151-
You can’t perform that action at this time.
0 commit comments