mirror of https://gitee.com/answerdev/answer.git
update gitlab ci config
This commit is contained in:
parent
b093358e0c
commit
72b3f5de2e
|
@ -27,6 +27,8 @@ stages:
|
|||
"compile the golang project":
|
||||
image: golang:1.18
|
||||
stage: compile-golang
|
||||
before_script:
|
||||
- export GOPROXY=https://goproxy.cn,direct
|
||||
script:
|
||||
- make generate
|
||||
- make build
|
||||
|
|
Loading…
Reference in New Issue