Browse Source

优化部署文件

dev-service-czh
chenzhihang 1 year ago
parent
commit
1295ba0813
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      k8s/build.sh

+ 1
- 1
k8s/build.sh View File

@@ -119,7 +119,7 @@ if [ "$service" == "manage-front" ]; then
compile_java "manage"
fi

if [ "$service" != "manage-front" ] || [ "$service" != "all" ] || [ "$service" != "front" ]; then
if [ "$service" != "manage-front" ] && [ "$service" != "all" ] && [ "$service" != "front" ]; then
# 编译java
compile_java $service
fi


Loading…
Cancel
Save