Skip to content

Commit

Permalink
SonarCloud added apps-deployment-script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
abidknashtech authored Jan 19, 2024
1 parent 0ce0b56 commit 4760c05
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 @@ -14,6 +14,7 @@ build_and_deploy_service(){
echo "---------build and deploy $SERVICE_NAME-----------"
cd "$SERVICE_NAME" || exit
if [ $SERVICE_NAME != "car-ui" ]; then
mvn clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
mvn clean install -s $GITHUB_WORKSPACE/settings.xml
fi
echo "---------packaging done, start docker build-----------"
Expand Down

0 comments on commit 4760c05

Please sign in to comment.