diff --git a/.github/workflows/car-demo-updated-pipeline.yml b/.github/workflows/car-demo-updated-pipeline.yml index a165061..e75393d 100644 --- a/.github/workflows/car-demo-updated-pipeline.yml +++ b/.github/workflows/car-demo-updated-pipeline.yml @@ -34,7 +34,8 @@ jobs: cat projects-changes-deploy.txt | while read repo; do echo "Processing repository: $repo" cd $repo - ./mvnw clean verify sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=nashtech -Dsonar.projectKey=$repo -Dsonar.branch.name=main -Dsonar.login=${{ secrets.SONAR_TOKEN }} -X + #mvn clean verify sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=nashtech -Dsonar.projectKey=$repo -Dsonar.branch.name=main -Dsonar.login=${{ secrets.SONAR_TOKEN }} -X + mvn clean verify sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=nashtech cd .. done env: