Skip to content

Commit

Permalink
Update apps-deployment-script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sgknoldus authored Jan 23, 2024
1 parent b9bb66f commit 5e81a36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps-deployment-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ build_and_deploy_service(){
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
#mvn clean install -s $GITHUB_WORKSPACE/settings.xml
#mvn clean install
mvn clean install -s $HOME/.m2/settings.xml
fi
echo "---------packaging done, start docker build-----------"
docker build -f Dockerfile --tag gcr.io/"$PROJECT_ID"/"$SERVICE_NAME":"$GITHUB_SHA" .
Expand Down

0 comments on commit 5e81a36

Please sign in to comment.