Browse Source

Merge remote-tracking branch 'origin/dev' into arm-build

arm-build
chenzhihang 1 year ago
parent
commit
ea09bb2e8e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      k8s/build.sh

+ 1
- 1
k8s/build.sh View File

@@ -117,7 +117,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