diff --git a/.drone.yml b/.drone.yml index 914b4d8..175deb4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,6 @@ pipeline: image: golang:1.11 group: build commands: - - export GOPATH=/drone - go get -v -d ./... - go build . test: @@ -12,7 +11,6 @@ pipeline: secrets: [ test_api_token ] environment: [ test_api_token ] commands: - - export GOPATH=/drone - go get -v -d ./... - go test ./... publish: