mirror of https://gitee.com/answerdev/answer.git
chore(proxy): remove goproxy temporarily
This commit is contained in:
parent
f72f89f0b8
commit
a373a00425
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue