diff --git a/.drone.yml b/.drone.yml index a0d6b306..b25f1b48 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,9 +7,9 @@ pipeline: build: image: golang:1.10-alpine commands: - - apk add --no-cache git - cd app - go build -v ./... + # - apk add --no-cache git # - go get golang.org/x/tools/cmd/cover # - go get github.com/mattn/goveralls # - go test -v -covermode=count -coverprofile=coverage.out