Skip to content

Commit

Permalink
Update apps-deployment-script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
abidknashtech authored Jan 23, 2024
1 parent e15b8c3 commit b9bb66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps-deployment-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build_and_deploy_service(){
cd "$SERVICE_NAME" || exit
if [ $SERVICE_NAME != "car-ui" ]; then
# mvn verify sonar:sonar
mvn verify sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=nashtech
# mvn verify sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=nashtech
mvn clean install -s $GITHUB_WORKSPACE/settings.xml
#mvn clean install
fi
Expand Down

0 comments on commit b9bb66f

Please sign in to comment.