From 3119e067d7330c64073437ccb6ebfaa030bed9f8 Mon Sep 17 00:00:00 2001 From: abidknashtech <127501072+abidknashtech@users.noreply.github.com> Date: Fri, 19 Jan 2024 13:25:45 +0530 Subject: [PATCH] Update car-demo-pipeline.yml --- .github/workflows/car-demo-pipeline.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/car-demo-pipeline.yml b/.github/workflows/car-demo-pipeline.yml index efffd280..ec4cd0eb 100644 --- a/.github/workflows/car-demo-pipeline.yml +++ b/.github/workflows/car-demo-pipeline.yml @@ -18,10 +18,7 @@ jobs: #uses: SonarSource/sonarcloud-github-action@master env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: mvn verify sonar:sonar \ - -Dsonar.host.url=https://sonarcloud.io \ - -Dsonar.organization=nashtech \ - #-Dsonar.projectKey=${{ github.event.repository.name }} + run: mvn verify sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=nashtech -Dsonar.projectKey=${{ github.event.repository.name }} setup-build-publish-deploy: runs-on: ubuntu-latest permissions: