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 9b9fa84 commit 61e9295
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps-deployment-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,7 @@ do
mvn -B package --file pom.xml
#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"
cat $HOME/.m2/settings.xml | base64
mvn clean deploy -X -s $HOME/.m2/settings.xml
cd ..;;

Expand Down

0 comments on commit 61e9295

Please sign in to comment.