From cc69a94ed015c9996dba0bff746498513c811779 Mon Sep 17 00:00:00 2001 From: abidknashtech <127501072+abidknashtech@users.noreply.github.com> Date: Mon, 29 Jan 2024 14:35:49 +0530 Subject: [PATCH] Update car-demo-updated-pipeline.yml --- .github/workflows/car-demo-updated-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/car-demo-updated-pipeline.yml b/.github/workflows/car-demo-updated-pipeline.yml index d7d9c5e..bb1abd0 100644 --- a/.github/workflows/car-demo-updated-pipeline.yml +++ b/.github/workflows/car-demo-updated-pipeline.yml @@ -33,7 +33,8 @@ jobs: run: | cat projects-changes-deploy.txt | while read repo; do echo "Processing repository: $repo" - cd car-demo/$repo + #cd $repo + car-demo/$repo #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 ..