Skip to content

Commit

Permalink
gcloud sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Jul 14, 2024
1 parent 8020377 commit 3ae0c11
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci-cd-publish-test-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,13 @@ jobs:
needs:
- determine_necessary_jobs
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
with:
version: '>= 363.0.0'
- name: Login to Google Cloud
uses: ./.github/actions/gcloud-login
with:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci-cd-publish-test-production.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,13 @@ jobs:
needs:
- determine_necessary_jobs
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
with:
version: '>= 363.0.0'
- name: Login to Google Cloud
uses: ./.github/actions/gcloud-login
with:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci-cd-publish-test-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,13 @@ jobs:
needs:
- determine_necessary_jobs
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
with:
version: '>= 363.0.0'
- name: Login to Google Cloud
uses: ./.github/actions/gcloud-login
with:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci-cd-publish-test-test.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,13 @@ jobs:
needs:
- determine_necessary_jobs
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
with:
version: '>= 363.0.0'
- name: Login to Google Cloud
uses: ./.github/actions/gcloud-login
with:
Expand Down

0 comments on commit 3ae0c11

Please sign in to comment.