update deploy classes

This commit is contained in:
Shaun Chyxion 2021-03-30 23:06:57 +08:00
parent e9de50a667
commit d0e05e4a2d

View File

@ -72,7 +72,7 @@ echo "JAR [$JAR] found"
zip -d $JAR \
BOOT-INF/lib/* \
META-INF/* \
org/*
org/springframework/*
if [ "$2" == "test" ]; then
echo "Deploy test."