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 06613d8 commit 1bf6810
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/car-demo-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
Greeting: Hello
steps:
- name: "Say Hello Mona it's Monday"
run: echo "$Greeting $First_Name. Today is $DAY_OF_WEEK! $PATH ${{ github.workspace }}"
run: echo "$Greeting $First_Name. Today is $DAY_OF_WEEK! ${{ github.workspace }}"
env:
First_Name: Mona
PATH: ${{ github.workspace }}
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
Expand All @@ -29,7 +28,8 @@ jobs:
distribution: 'temurin'
cache: maven
- name: SonarCloud Scan
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
run: mvn verify sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=nashtech
working-directory: car-demo
env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 1bf6810

Please sign in to comment.