From 5278fe8dd4f4963d01d3586ca72d8f979b4ed0fd Mon Sep 17 00:00:00 2001 From: q191201771 <191201771@qq.com> Date: Thu, 20 Apr 2023 13:53:12 +0800 Subject: [PATCH] debug CI --- script/build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/build.sh b/script/build.sh index a62771f..8c0152c 100644 --- a/script/build.sh +++ b/script/build.sh @@ -1,10 +1,10 @@ #!/usr/bin/env bash set -x -go env -w GO111MODULE=on -go env -w GOPROXY=https://goproxy.cn,https://goproxy.io,direct -export GO111MODULE=on -export GOPROXY=https://goproxy.cn,https://goproxy.io,direct +#go env -w GO111MODULE=on +#go env -w GOPROXY=https://goproxy.cn,https://goproxy.io,direct +#export GO111MODULE=on +#export GOPROXY=https://goproxy.cn,https://goproxy.io,direct THIS_FILE=$(readlink -f $0) THIS_DIR=$(dirname $THIS_FILE) ROOT_DIR=${THIS_DIR}/..