Skip to content

Commit

Permalink
refactor: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
pattishin committed Feb 23, 2024
1 parent 2bcbd73 commit 05d50c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi-container/hello-nginx-sample/tests.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
script: |
#!/bin/bash
export MC_SERVICE_NAME="${_SERVICE_NAME}-$BUILD_ID"
#gcloud run services delete "${MC_SERVICE_NAME}" --quiet --region "${_REGION}"
gcloud run services delete "${MC_SERVICE_NAME}" --quiet --region "${_REGION}"
env:
- "BUILD_ID=$BUILD_ID"
- "_REGION=$_REGION"
Expand Down

0 comments on commit 05d50c8

Please sign in to comment.