Skip to content

Commit

Permalink
stop checking iam policy for now
Browse files Browse the repository at this point in the history
  • Loading branch information
glass-ships committed Sep 21, 2023
1 parent 647766d commit f8029e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-image-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
with:
version: ">= 447.0.0"

- name: Check iam permissions
run: |
gcloud projects get-iam-policy monarch-initiative
# - name: Check iam permissions
# run: |
# gcloud projects get-iam-policy monarch-initiative

- name: "Update API Service"
# gcloud compute ssh --zone us-central1-a monarch-v3-dev-manager -- sudo docker service update monarch-v3_api --with-registry-auth --update-order=start-first --force --image us-central1-docker.pkg.dev/monarch-initiative/monarch-api/monarch-api:${{ github.sha }}
Expand Down

0 comments on commit f8029e2

Please sign in to comment.