Skip to content

Commit

Permalink
scripts: fix type in clean up script
Browse files Browse the repository at this point in the history
Change-Id: I56c7404af43888389e81d846b44f82bd75f3edbb
Signed-off-by: Ridwan Sharif <[email protected]>
  • Loading branch information
ridwanmsharif committed Dec 5, 2023
1 parent 1b39b77 commit 7686e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean-up-cloud-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ REGION="us-east1"

gcloud run services delete run-gmp-sidecar-service --region ${REGION} --quiet
# Delete secret if we created it before
if gcloud secrets list --filter="name ~ .*run-gmp-config.*" | grep run-gmp-sidecar
if gcloud secrets list --filter="name ~ .*run-gmp-config.*" | grep run-gmp-config
then
gcloud secrets delete run-gmp-config
fi
Expand Down

0 comments on commit 7686e9f

Please sign in to comment.