Skip to content

Commit

Permalink
Revert "remove -U flag so that install doesn't upgrade SDK version"
Browse files Browse the repository at this point in the history
This reverts commit 1d5b527.
  • Loading branch information
mogoodrich committed Nov 27, 2023
1 parent 1d5b527 commit 11e09a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pihemrDeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ if [ $# -eq 0 ]; then
fi

git pull
mvn openmrs-sdk:deploy -Ddistro=openmrs-distro.properties -DserverId=$1
mvn openmrs-sdk:deploy -Ddistro=openmrs-distro.properties -DserverId=$1 -U

0 comments on commit 11e09a3

Please sign in to comment.