File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,11 @@ steps:
2121 args :
2222 - ' -c'
2323 - |
24- echo "temporarily disble cleanup"
25- #./test/retry.sh "gcloud container images describe gcr.io/${PROJECT_ID}/${_SERVICE}:${_VERSION}" \
26- # "gcloud container images delete gcr.io/${PROJECT_ID}/${_SERVICE}:${_VERSION} --quiet"
24+ ./test/retry.sh "gcloud container images describe gcr.io/${PROJECT_ID}/${_SERVICE}:${_VERSION}" \
25+ "gcloud container images delete gcr.io/${PROJECT_ID}/${_SERVICE}:${_VERSION} --quiet"
2726
28- # ./test/retry.sh "gcloud run services describe ${_SERVICE} --region ${_REGION} \
29- # "gcloud run services delete ${_SERVICE} --region ${_REGION} --quiet"
27+ ./test/retry.sh "gcloud run services describe ${_SERVICE} --region ${_REGION} \
28+ "gcloud run services delete ${_SERVICE} --region ${_REGION} --quiet"
3029
3130substitutions :
3231 _SERVICE : system-package
You can’t perform that action at this time.
0 commit comments