Skip to content

Commit 0fc96bc

Browse files
committed
lint
1 parent 1792e70 commit 0fc96bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/idp-sql/test/e2e_test_cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ steps:
2727
./test/retry.sh "gcloud container images describe gcr.io/${PROJECT_ID}/${_SERVICE}:${_VERSION}" \
2828
"gcloud container images delete gcr.io/${PROJECT_ID}/${_SERVICE}:${_VERSION} --quiet"
2929
30-
./test/retry.sh "gcloud run services describe ${_SERVICE} --region ${_REGION} \
30+
./test/retry.sh "gcloud run services describe ${_SERVICE} --region ${_REGION}" \
3131
"gcloud run services delete ${_SERVICE} --region ${_REGION} --quiet"
3232
3333
substitutions:

0 commit comments

Comments
 (0)