Merge branch 'feat/0.5.0/timeline_ai' into test

This commit is contained in:
aichy126 2022-12-01 15:35:40 +08:00
commit 8c32d9aecf
1 changed files with 2 additions and 0 deletions

View File

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