From 47c2e0b2043b0f5d7575592ef0e22aef7c985397 Mon Sep 17 00:00:00 2001 From: abidknashtech <127501072+abidknashtech@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:34:37 +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 803d14c..fd1d313 100644 --- a/.github/workflows/car-demo-updated-pipeline.yml +++ b/.github/workflows/car-demo-updated-pipeline.yml @@ -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: