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