From 2c290104e46d99b4af5cb1ed75b644a464298f26 Mon Sep 17 00:00:00 2001 From: abidknashtech <127501072+abidknashtech@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:23:29 +0530 Subject: [PATCH] Update car-demo-updated-pipeline.yml --- .github/workflows/car-demo-updated-pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/car-demo-updated-pipeline.yml b/.github/workflows/car-demo-updated-pipeline.yml index 30aec22..ac628bb 100644 --- a/.github/workflows/car-demo-updated-pipeline.yml +++ b/.github/workflows/car-demo-updated-pipeline.yml @@ -33,8 +33,7 @@ jobs: run: | cat projects-changes-deploy.txt | while read repo; do echo "Processing repository: $repo" - #cd $repo - car-demo/$repo + cd $repo echo "Current path================" $GITHUB_WORKSPACE mvn clean verify sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=nashtech done