Skip to content

Commit

Permalink
Update car-demo-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiaparveen1 authored Jan 25, 2024
1 parent 208570f commit 6137ea9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/car-demo-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ jobs:
restore-keys: |
${{ runner.os }}-sonar
- name: Build and Analyze with SonarCloud
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
cd car-demo/shipment-service # Adjust the path accordingly
mvn -X clean install sonar:sonar
# - name: Build and Analyze with SonarCloud
# env:
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# run: |
# cd car-demo/shipment-service # Adjust the path accordingly
# mvn -X clean install sonar:sonar
#sonarcloud:
# name: SonarCloud
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 6137ea9

Please sign in to comment.