From d5a7a61ccea1597306264085408499408ce8b323 Mon Sep 17 00:00:00 2001 From: Hamcha Date: Thu, 27 Jun 2019 14:15:57 +0200 Subject: [PATCH] Don't use FQDN --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 12dd4fb..710e0d9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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