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 4204546 commit ca9d393
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps-deployment-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ 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 ca9d393

Please sign in to comment.