Skip to content

Commit

Permalink
update wf2
Browse files Browse the repository at this point in the history
  • Loading branch information
kundan59 committed Sep 28, 2023
1 parent 71b9a2c commit 287582a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/car-demo-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v3
- name: Install jq tool
run: |
sudo apt-get update
sudo apt-get install jq
- name: Set up JDK 19
uses: actions/setup-java@v3
with:
Expand All @@ -38,7 +34,5 @@ jobs:
gcloud --quiet auth configure-docker
- name: Build, Publish, and Deploy
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
. apps-deployment-script.sh "us-east1"

0 comments on commit 287582a

Please sign in to comment.