Browse Source

部署修改

dev-lhz
chenzhihang 1 year ago
parent
commit
1e2bbda83d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      k8s/build-node.sh
  2. +1
    -1
      k8s/build.sh

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

@@ -4,7 +4,7 @@ baseDir="/home/somuns/ci4s"
cd ${baseDir}/react-ui cd ${baseDir}/react-ui


npm install -g npm@10.9.0 npm install -g npm@10.9.0
npm install
npm install


if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "Failed to install npm depend package" echo "Failed to install npm depend package"


+ 1
- 1
k8s/build.sh View File

@@ -139,7 +139,7 @@ fi


if [ "$service" == "all" ]; then if [ "$service" == "all" ]; then
# 编译前端 # 编译前端
compile_front
# compile_front


# 编译java # 编译java
compile_java "all" compile_java "all"


Loading…
Cancel
Save