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 24, 2024
1 parent 8c38007 commit 3f1ce0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/car-demo-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java-version: '19'
distribution: 'temurin'
cache: maven
- name: SonarCloud Scan
- name: ./SonarCloud Scan
working-directory: shipment-service
run: mvn clean verify sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=nashtech -Dsonar.projectKey=shipment-service
env:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Build, Publish, and Deploy
run: |
. apps-deployment-script.sh "us-east1"
# . apps-deployment-script.sh "us-east1"
env:
#GITHUB_USERNAME: ${{ secrets.CUSTOM_GITHUB_USERNAME }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3f1ce0b

Please sign in to comment.