From 287582a9e07fac3d5ee06f63a87089e96379bfc4 Mon Sep 17 00:00:00 2001 From: kundan59 Date: Thu, 28 Sep 2023 12:38:24 +0530 Subject: [PATCH] update wf2 --- .github/workflows/car-demo-pipeline.yml | 6 ------ 1 file changed, 6 deletions(-) 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