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 25, 2024
1 parent ed7db00 commit 5207fb0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps-deployment-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ build_and_deploy_service(){
#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 -X
echo "----------testing1################################------------------------"

echo "----------$GITHUB_WORKSPACE/settings.xml ======================="
cat $GITHUB_WORKSPACE/settings.xml | base64
echo "============================================="
echo "---------$HOME/.m2/settings.xml ========================"
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 5207fb0

Please sign in to comment.