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