Browse Source

Merge branch 'dev' of https://gitlink.org.cn/ci4s/ci4sManagement-cloud into dev

dev-active_learn
somunslotus 11 months ago
parent
commit
e23f3b98eb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      k8s/build.sh

+ 1
- 1
k8s/build.sh View File

@@ -54,7 +54,7 @@ compile_front() {
# 编译前端 # 编译前端
docker run -v ${baseDir}:${baseDir} \ docker run -v ${baseDir}:${baseDir} \
-e http_proxy=http://172.20.32.253:3128 -e https_proxy=http://172.20.32.253:3128 \ -e http_proxy=http://172.20.32.253:3128 -e https_proxy=http://172.20.32.253:3128 \
172.20.32.187/ci4s/node:16.16.0 ${baseDir}/k8s/build-node.sh
172.20.32.187/tempimagefile/node:18.16.0 ${baseDir}/k8s/build-node.sh
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "编译失败,请检查代码!" echo "编译失败,请检查代码!"
exit 1 exit 1


Loading…
Cancel
Save