Updated build scripts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-04-11 10:29:25 +07:00
parent 32c59a69f2
commit bc81cb0988
5 changed files with 8 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ echo "===> Moving App File <==="
bash "$SCRIPT_DIR"/move-file.sh
echo "===> Gradle Building Application <==="
bash gradlew build -x test
bash gradlew bootJar
echo "===> Docker Building Image <==="
docker build . -t "$ROOT_HUB"