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 25, 2024
1 parent c17f6f8 commit b8441a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps-deployment-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,14 @@ do
cd common || exit
mvn -B package --file pom.xml
#mvn deploy -X -s $GITHUB_WORKSPACE/settings.xml
echo "---------See github token ========================"
echo "Token:" ${{ secrets.GITHUB_TOKEN }} | base64
echo "----------$GITHUB_WORKSPACE/settings.xml ======================="
cat $GITHUB_WORKSPACE/settings.xml | base64
echo "----------testing#################################################------------------------"
echo "---------$HOME/.m2/settings.xml ========================"
cat $HOME/.m2/settings.xml | base64
echo "---------See github token ========================"

echo $GITHUB_TOKEN
mvn clean deploy -X -s $HOME/.m2/settings.xml
cd ..;;
Expand Down

0 comments on commit b8441a9

Please sign in to comment.