Browse Source

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

pull/142/head
chenzhihang 1 year ago
parent
commit
9c24f34d0c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      k8s/build-java.sh

+ 1
- 1
k8s/build-java.sh View File

@@ -12,7 +12,7 @@ elif [ "$1" == "auth"]
buildDir="$baseDir/ruoyi-auth"
elif [ "$1" == "gateway"]
buildDir="$baseDir/ruoyi-gateway"
elif [ "$1" == "system"]
else
buildDir="$baseDir/ruoyi-modules/ruoyi-system"
fi



Loading…
Cancel
Save