Skip to content

Commit

Permalink
Gcloud is now in the runner itself
Browse files Browse the repository at this point in the history
  • Loading branch information
robgutsopedra committed Dec 4, 2023
1 parent f5559de commit 974bd08
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cron_deploy-from-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ jobs:
workload_identity_provider: "${{ secrets.WIF_PROVIDER_NAME }}"
service_account: ${{ secrets.GSA_GCR_EMAIL }}

- name: "Set up Cloud SDK"
uses: "google-github-actions/setup-gcloud@v1"

- name: Install npm Packages
run: |
if grep -q artifactregistry-login "package.json"; then
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/cron_merged-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,6 @@ jobs:
username: "oauth2accesstoken"
password: "${{ steps.auth.outputs.access_token }}"

- name: "Set up Cloud SDK"
uses: "google-github-actions/setup-gcloud@v1"

- name: Install npm Packages
run: |
if grep -q artifactregistry-login "package.json"; then
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/deploy-from-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ jobs:
workload_identity_provider: "${{ secrets.WIF_PROVIDER_NAME }}"
service_account: ${{ secrets.GSA_GCR_EMAIL }}

- name: "Set up Cloud SDK"
uses: "google-github-actions/setup-gcloud@v1"

- name: Install npm Packages
run: |
if grep -q artifactregistry-login "package.json"; then
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/exceptional_stage_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ jobs:
workload_identity_provider: "${{ secrets.WIF_PROVIDER_NAME }}"
service_account: ${{ secrets.GSA_GCR_EMAIL }}

- name: "Set up Cloud SDK"
uses: "google-github-actions/setup-gcloud@v1"

- name: Install npm Packages
run: |
if grep -q artifactregistry-login "package.json"; then
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/merged-lib-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,6 @@ jobs:
service_account: ${{ secrets.GSA_GCR_EMAIL }}
export_environment_variables: true

- name: "Set up Cloud SDK"
uses: "google-github-actions/setup-gcloud@v1"

- name: Install npm Packages
run: |
if grep -q artifactregistry-login "package.json"; then
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/merged-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,6 @@ jobs:
username: "oauth2accesstoken"
password: "${{ steps.auth.outputs.access_token }}"

- name: "Set up Cloud SDK"
uses: "google-github-actions/setup-gcloud@v1"

- name: Install npm Packages
run: |
if grep -q artifactregistry-login "package.json"; then
Expand Down

0 comments on commit 974bd08

Please sign in to comment.