Skip to content

Commit

Permalink
Update apps-deployment-script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
abidknashtech authored Jan 27, 2024
1 parent e8b99b9 commit 2a9148f
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 @@ -72,7 +72,7 @@ do
"common")
echo "=========================Deploying common package=================="
cd common || exit
mvn -B package --file pom.xml
mvn -B package --file pom.xml -s $HOME/.m2/settings.xml
#mvn deploy -X -s $GITHUB_WORKSPACE/settings.xml

echo "---------See github token ========================"
Expand Down

0 comments on commit 2a9148f

Please sign in to comment.