From a373a0042551c4bc34b7791ffd471127580ce404 Mon Sep 17 00:00:00 2001 From: LinkinStar Date: Fri, 9 Dec 2022 16:33:58 +0800 Subject: [PATCH] chore(proxy): remove goproxy temporarily --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9933810..a15fd226 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,8 +25,8 @@ stages: "compile the golang project": image: golang:1.18 stage: compile-golang - before_script: - - export GOPROXY=https://goproxy.cn,direct +# before_script: +# - export GOPROXY=https://goproxy.cn,direct script: - make generate - make build @@ -36,8 +36,8 @@ stages: "build docker images and push": stage: push - before_script: - - export GOPROXY=https://goproxy.cn,direct +# before_script: +# - export GOPROXY=https://goproxy.cn,direct extends: .docker-build-push only: - test