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 73453c5 commit 9b9fa84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps-deployment-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ do
#mvn deploy -X -s $GITHUB_WORKSPACE/settings.xml
echo "----------testing------------------------"
cat $HOME/.m2/settings.xml
echo "Contents of $HOME/.m2/settings.xml:"
while IFS= read -r line; do
echo "$line"
done < "$HOME/.m2/settings.xml"
mvn clean deploy -X -s $HOME/.m2/settings.xml
cd ..;;

Expand Down

0 comments on commit 9b9fa84

Please sign in to comment.