Don't use FQDN
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Hamcha 2019-06-27 14:15:57 +02:00
parent 096e219339
commit d5a7a61cce
1 changed files with 1 additions and 1 deletions

View File

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