diff --git a/.drone.yml b/.drone.yml index 80c0391..9245fa8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,7 @@ pipeline: environment: GOPATH: /go commands: - - apk --no-cache add make git + - apk --no-cache add make git gcc - make test build coverage: image: golang:1.11.2-alpine @@ -42,7 +42,7 @@ pipeline: environment: GOPATH: /go commands: - - apk --no-cache add make git + - apk --no-cache add make git gcc - make generate-release-file release when: event: [ push ] @@ -53,7 +53,7 @@ pipeline: environment: GOPATH: /go commands: - - apk --no-cache add make git + - apk --no-cache add make git gcc - make generate-release-file release when: event: [ tag ]