Commit fa787876 by luiz.nunes

Update run

parent 0ae3dbfd
...@@ -2,10 +2,12 @@ ...@@ -2,10 +2,12 @@
set -e set -e
APP_TARGET=${APP_TARGET:-target}
if [ -d "target" ] ; then
APP_TARGET=${APP_TARGET:-target}
elif [ -d "build/libs" ] ; then #if needed #also: elif [new condition]
APP_TARGET=${APP_TARGET:-build/libs}
fi
echo "---> Starting Spring Boot application" echo "---> Starting Spring Boot application"
echo "--> # APP_TARGET = $APP_TARGET" echo "--> # APP_TARGET = $APP_TARGET"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment