Skip to content

Commit

Permalink
Update car-demo-pipeline.yml
Browse files Browse the repository at this point in the history
abidknashtech authored Jan 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4220d1f commit 3119e06
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/car-demo-pipeline.yml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 3119e06

Please sign in to comment.