Skip to content

Commit

Permalink
chore: TMP - add debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminperez committed Dec 30, 2024
1 parent 054c7f5 commit af1584b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ publish() {
;;
esac
if [ "$NO_DOCKER" = "true" ] ; then
echo "Debug - NO DOCKER"
mvn -DrepositoryId=ode-$nexusRepository -DskiptTests -Dmaven.test.skip=true --settings /var/maven/.m2/settings.xml deploy
else
echo "Debug - DOCKER"
docker compose run --rm maven mvn -DrepositoryId=ode-$nexusRepository -DskiptTests -Dmaven.test.skip=true --settings /var/maven/.m2/settings.xml deploy
fi
}
Expand Down

0 comments on commit af1584b

Please sign in to comment.