Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/fork_workflows/fork_pr_integration_tests_gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
- name: Set up gcloud SDK
uses: google-github-actions/setup-gcloud@v1
with:
version: '290.0.1'
project_id: ${{ secrets.GCP_PROJECT_ID }}
- name: Use gcloud CLI
run: gcloud info
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/java_master_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- name: Set up gcloud SDK
uses: google-github-actions/setup-gcloud@v1
with:
version: '290.0.1'
project_id: ${{ secrets.GCP_PROJECT_ID }}
- run: gcloud auth configure-docker --quiet
- name: Get version
Expand Down Expand Up @@ -160,7 +159,6 @@ jobs:
- name: Set up gcloud SDK
uses: google-github-actions/setup-gcloud@v1
with:
version: '290.0.1'
project_id: ${{ secrets.GCP_PROJECT_ID }}
- name: Use gcloud CLI
run: gcloud info
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/java_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ jobs:
- name: Set up gcloud SDK
uses: google-github-actions/setup-gcloud@v1
with:
version: '290.0.1'
project_id: ${{ secrets.GCP_PROJECT_ID }}
- run: gcloud auth configure-docker --quiet
- name: Build image
Expand Down Expand Up @@ -132,7 +131,6 @@ jobs:
- name: Set up gcloud SDK
uses: google-github-actions/setup-gcloud@v1
with:
version: '290.0.1'
project_id: ${{ secrets.GCP_PROJECT_ID }}
- name: Use gcloud CLI
run: gcloud info
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/master_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ jobs:
- name: Set up gcloud SDK
uses: google-github-actions/setup-gcloud@v1
with:
version: '290.0.1'
project_id: ${{ secrets.GCP_PROJECT_ID }}
- name: Use gcloud CLI
run: gcloud info
Expand Down Expand Up @@ -204,7 +203,6 @@ jobs:
- name: Set up gcloud SDK
uses: google-github-actions/setup-gcloud@v1
with:
version: '290.0.1'
project_id: ${{ secrets.GCP_PROJECT_ID }}
- name: Use gcloud CLI
run: gcloud info
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ jobs:
- name: Set up gcloud SDK
uses: google-github-actions/setup-gcloud@v1
with:
version: '290.0.1'
project_id: ${{ secrets.GCP_PROJECT_ID }}
- name: Use gcloud CLI
run: gcloud info
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ jobs:
- name: Set up gcloud SDK
uses: google-github-actions/setup-gcloud@v1
with:
version: '290.0.1'
project_id: ${{ secrets.GCP_PROJECT_ID }}
- name: Use gcloud CLI
run: gcloud info
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
- name: Set up gcloud SDK
uses: google-github-actions/setup-gcloud@v1
with:
version: '290.0.1'
project_id: ${{ secrets.GCP_PROJECT_ID }}
- name: Use gcloud CLI
run: gcloud info
Expand Down Expand Up @@ -114,7 +113,6 @@ jobs:
- name: Set up gcloud SDK
uses: google-github-actions/setup-gcloud@v1
with:
version: '290.0.1'
project_id: ${{ secrets.GCP_PROJECT_ID }}
- run: gcloud auth configure-docker --quiet
- name: Remove previous Helm
Expand Down
1 change: 0 additions & 1 deletion docs/project/maintainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ Fork specific integration tests are run by the `fork_pr_integration_tests.yml_[p
- name: Set up gcloud SDK
uses: google-github-actions/setup-gcloud@v1
with:
version: '290.0.1'
project_id: ${{ secrets.GCP_PROJECT_ID }}
```

Expand Down