This commit is contained in:
parent
096e219339
commit
d5a7a61cce
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ steps:
|
|||
- name: build_draftbot
|
||||
image: golang
|
||||
commands:
|
||||
- CGO_ENABLED=0 GOPROXY=https://modules.fromouter.space go build -o release/draftbot git.fromouter.space/mcg/mlp-server-tools/draftbot
|
||||
- CGO_ENABLED=0 GOPROXY=https://modules.fromouter.space go build -o release/draftbot ./draftbot
|
||||
volumes:
|
||||
- name: gopath
|
||||
path: /go
|
||||
|
|
Loading…
Reference in a new issue