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: