From 67f93bcc99e09e9541cd1c09075de6e6ee7962f6 Mon Sep 17 00:00:00 2001 From: chenzhihang <709011834@qq.com> Date: Fri, 27 Sep 2024 10:05:53 +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 deletion(-) diff --git a/k8s/build.sh b/k8s/build.sh index ed30e9f1..424a9a8c 100755 --- a/k8s/build.sh +++ b/k8s/build.sh @@ -91,7 +91,6 @@ 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 "编译失败,请检查代码!"