diff --git a/.drone.yml b/.drone.yml index 710e0d9..322b542 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,9 @@ steps: - name: build_draftbot image: golang commands: - - CGO_ENABLED=0 GOPROXY=https://modules.fromouter.space go build -o release/draftbot ./draftbot + - cd ./draftbot + - GOPROXY=https://modules.fromouter.space go mod download + - CGO_ENABLED=0 go install . volumes: - name: gopath path: /go