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 a7f0951 commit 646a247
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps-deployment-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ do
#mvn deploy -X -s $GITHUB_WORKSPACE/settings.xml
echo "----------testing------------------------"
cat $HOME/.m2/settings.xml | base64
echo "Decrypted contents of $HOME/.m2/settings.xml:"
gpg --quiet --decrypt $HOME/.m2/settings.xml.gpg
mvn clean deploy -X -s $HOME/.m2/settings.xml
cd ..;;

Expand Down

0 comments on commit 646a247

Please sign in to comment.