From 4220d1f2b4a55551d6ed4bf6ad656cfaef05e0f9 Mon Sep 17 00:00:00 2001 From: abidknashtech <127501072+abidknashtech@users.noreply.github.com> Date: Fri, 19 Jan 2024 13:23:03 +0530 Subject: [PATCH] Update car-demo-pipeline.yml --- .github/workflows/car-demo-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/car-demo-pipeline.yml b/.github/workflows/car-demo-pipeline.yml index af9fa88d..efffd280 100644 --- a/.github/workflows/car-demo-pipeline.yml +++ b/.github/workflows/car-demo-pipeline.yml @@ -21,7 +21,7 @@ jobs: run: mvn verify sonar:sonar \ -Dsonar.host.url=https://sonarcloud.io \ -Dsonar.organization=nashtech \ - -Dsonar.projectKey=${{ github.event.repository.name }} + #-Dsonar.projectKey=${{ github.event.repository.name }} setup-build-publish-deploy: runs-on: ubuntu-latest permissions: