Skip to content

Commit

Permalink
change google project id
Browse files Browse the repository at this point in the history
  • Loading branch information
amandavialva01 committed Mar 21, 2024
1 parent ac15580 commit fc9c543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2748,7 +2748,7 @@ jobs:
- run:
name: Delete GCS CI Buckets
command: |
gsutil ls -p dai-dev-55 | grep -Eo "^gs://test-[a-z0-9]+-[a-z0-9]+-[0-9]-bucket" | xargs -L1 gsutil rm -r || true
gsutil ls -p ${GOOGLE_PROJECT_ID} | grep -Eo "^gs://test-[a-z0-9]+-[a-z0-9]+-[0-9]-bucket" | xargs -L1 gsutil rm -r || true
workflows:
lint:
Expand Down Expand Up @@ -3631,7 +3631,7 @@ workflows:
cluster-id-prefix: aws-fs-efs
deployment-type: efs
slack-mentions: "${SLACK_USER_ID}"

- run-gke-cluster-cleanup:
name: gke-cleanup
context: gcp-shared-cluster
Expand Down

0 comments on commit fc9c543

Please sign in to comment.