chore(proxy): remove goproxy temporarily

This commit is contained in:
LinkinStar 2022-12-09 16:33:58 +08:00
parent f72f89f0b8
commit a373a00425
1 changed files with 4 additions and 4 deletions

View File

@ -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