Skip to content

Commit

Permalink
Update car-demo-updated-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abidknashtech authored Jan 29, 2024
1 parent c6ff8b7 commit 47c2e0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/car-demo-updated-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
cat projects-changes-deploy.txt | while read repo; do
echo "Processing repository: $repo"
cd $repo
echo "Current path================" $GITHUB_WORKSPACE
mvn clean verify sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=nashtech
mvn clean verify sonar:sonar
cd ..
done
env:
Expand Down

0 comments on commit 47c2e0b

Please sign in to comment.