diff --git a/.github/workflows/car-demo-pipeline.yml b/.github/workflows/car-demo-pipeline.yml index 5e985e3e..4241d4e6 100644 --- a/.github/workflows/car-demo-pipeline.yml +++ b/.github/workflows/car-demo-pipeline.yml @@ -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: @@ -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" \ No newline at end of file