From 87bc7ee23c1db609f688df6d8533296240c286ca Mon Sep 17 00:00:00 2001 From: chenzhihang <709011834@qq.com> Date: Fri, 27 Sep 2024 10:16:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96yaml=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/k8s/build.sh b/k8s/build.sh index 424a9a8c..ed30e9f1 100755 --- a/k8s/build.sh +++ b/k8s/build.sh @@ -91,6 +91,7 @@ compile_java() { param=$1 # 编译java docker run -v ${baseDir}:${baseDir} -v /home/maven:/home/maven \ + -e http_proxy=http://172.20.32.253:3128 -e https_proxy=http://172.20.32.253:3128 \ 172.20.32.187/ci4s/build:v1 ${baseDir}/k8s/build-java.sh $param if [ $? -ne 0 ]; then echo "编译失败,请检查代码!"