mirror of https://gitee.com/answerdev/answer.git
Merge branch 'feat/0.5.0/timeline_ai' into test
This commit is contained in:
commit
8c32d9aecf
|
@ -27,6 +27,8 @@ stages:
|
||||||
"compile the golang project":
|
"compile the golang project":
|
||||||
image: golang:1.18
|
image: golang:1.18
|
||||||
stage: compile-golang
|
stage: compile-golang
|
||||||
|
before_script:
|
||||||
|
- export GOPROXY=https://goproxy.cn,direct
|
||||||
script:
|
script:
|
||||||
- make generate
|
- make generate
|
||||||
- make build
|
- make build
|
||||||
|
|
Loading…
Reference in New Issue