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 22, 2024
1 parent c30d56c commit b273614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps-deployment-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +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 clean install -s $GITHUB_WORKSPACE/settings.xml
fi
echo "---------packaging done, start docker build-----------"
Expand Down

0 comments on commit b273614

Please sign in to comment.