Skip to content

Commit

Permalink
Update car-demo-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abidknashtech authored Jan 22, 2024
1 parent bee5bbc commit 9829d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/car-demo-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: SonarCloud Scan
run: mvn verify sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=nashtech -Dsonar.projectKey=order-service
run: mvn verify sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=nashtech -Dsonar.projectKey=https://github.com/NashTech-Labs/car-demo/tree/main/order-service
env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 9829d48

Please sign in to comment.