From e32d461ebae0d25b391ebfb1ca793f474bf4bfa0 Mon Sep 17 00:00:00 2001 From: abidknashtech <127501072+abidknashtech@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:02:46 +0530 Subject: [PATCH] Update car-demo-pipeline.yml --- .github/workflows/car-demo-pipeline.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.github/workflows/car-demo-pipeline.yml b/.github/workflows/car-demo-pipeline.yml index ce4c8a5..7e88539 100644 --- a/.github/workflows/car-demo-pipeline.yml +++ b/.github/workflows/car-demo-pipeline.yml @@ -7,23 +7,6 @@ env: PROJECT_ID: ${{ secrets.GKE_PROJECT }} jobs: - sonarcloud: - name: SonarCloud - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Set up JDK 19 - uses: actions/setup-java@v3 - with: - java-version: '19' - distribution: 'temurin' - cache: maven - - name: SonarCloud Scan - working-directory: shipment-service - run: mvn clean verify sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=nashtech -Dsonar.projectKey=shipment-service - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} setup-build-publish-deploy: runs-on: ubuntu-latest permissions: @@ -53,6 +36,6 @@ jobs: gcloud --quiet auth configure-docker - name: Build, Publish, and Deploy run: | - # . apps-deployment-script.sh "us-east1" + . apps-deployment-script.sh "us-east1" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}