We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1792e70 commit 0fc96bcCopy full SHA for 0fc96bc
run/idp-sql/test/e2e_test_cleanup.yaml
@@ -27,7 +27,7 @@ steps:
27
./test/retry.sh "gcloud container images describe gcr.io/${PROJECT_ID}/${_SERVICE}:${_VERSION}" \
28
"gcloud container images delete gcr.io/${PROJECT_ID}/${_SERVICE}:${_VERSION} --quiet"
29
30
- ./test/retry.sh "gcloud run services describe ${_SERVICE} --region ${_REGION} \
+ ./test/retry.sh "gcloud run services describe ${_SERVICE} --region ${_REGION}" \
31
"gcloud run services delete ${_SERVICE} --region ${_REGION} --quiet"
32
33
substitutions:
0 commit comments