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 24, 2024
1 parent 3a1bf3c commit da8a196
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 @@ -18,7 +18,7 @@ build_and_deploy_service(){
#mvn verify sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=nashtech
#mvn clean install -s $GITHUB_WORKSPACE/settings.xml -X
echo "----------testing1------------------------"
cat $HOME/.m2/settings.xml | base64 -d
cat $HOME/.m2/settings.xml | base64
mvn clean install -s $HOME/.m2/settings.xml
echo "-------------$SERVICE_NAME deployed ----------"
fi
Expand Down

0 comments on commit da8a196

Please sign in to comment.