Skip to content

Commit

Permalink
chore(pipeline): remove gcloud project setup
Browse files Browse the repository at this point in the history
SUITEDEV-35237

Co-authored-by: LasOri <[email protected]>
Co-authored-by: megamegax <[email protected]>
  • Loading branch information
3 people committed Feb 28, 2024
1 parent 164dcd7 commit 1adce9e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/on_push_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
submodules: true
fetch-depth: 0 # 0 indicates all history

- name: set up JDK 1.17
- name: Set up JDK 1.17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
Expand All @@ -81,9 +81,6 @@ jobs:
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v2

- run: gcloud info
- run: gcloud config set project ${{ env.FIREBASE_PROJECT_ID }}

- name: Build
run: make build-test

Expand Down

0 comments on commit 1adce9e

Please sign in to comment.