Build server only when required

This commit is contained in:
2025-11-15 21:33:15 -05:00
parent 4a64af1846
commit f01bd19010
4 changed files with 7 additions and 2 deletions

1
run.sh
View File

@@ -4,6 +4,7 @@ SCRIPT_DIR=$(dirname "$0")
WORKSPACE=$(pwd)
export SERVER_REQUIRED="false"
source "$SCRIPT_DIR/build-versions.sh"
echo "Mounting m2 from $M2_DIRECTORY"