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 b8441a9 commit f0df129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps-deployment-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ do
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 "Token:" ${{ secrets.GITHUB_TOKEN }} | base64
echo "----------$GITHUB_WORKSPACE/settings.xml ======================="
cat $GITHUB_WORKSPACE/settings.xml | base64
echo "----------testing#################################################------------------------"
Expand Down

0 comments on commit f0df129

Please sign in to comment.