mirror of https://gitee.com/answerdev/answer.git
fix gitlab ci config
This commit is contained in:
parent
72b3f5de2e
commit
ecf3f023eb
|
@ -38,6 +38,8 @@ stages:
|
|||
|
||||
"build docker images and push":
|
||||
stage: push
|
||||
before_script:
|
||||
- export GOPROXY=https://goproxy.cn,direct
|
||||
extends: .docker-build-push
|
||||
only:
|
||||
- test
|
||||
|
|
Loading…
Reference in New Issue