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
|
- name: build_draftbot
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
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:
|
volumes:
|
||||||
- name: gopath
|
- name: gopath
|
||||||
path: /go
|
path: /go
|
||||||
|
|
Loading…
Reference in a new issue