Fix CI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Antoine Bartuccio 2019-07-23 22:19:18 +02:00
parent c001bca84a
commit 3d3133eaff
Signed by: klmp200
GPG Key ID: E7245548C53F904B
1 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@ pipeline:
image: golang:1.11 image: golang:1.11
group: build group: build
commands: commands:
- export GOPATH=/drone
- go get -v -d ./... - go get -v -d ./...
- go build . - go build .
test: test:
@ -12,7 +11,6 @@ pipeline:
secrets: [ test_api_token ] secrets: [ test_api_token ]
environment: [ test_api_token ] environment: [ test_api_token ]
commands: commands:
- export GOPATH=/drone
- go get -v -d ./... - go get -v -d ./...
- go test ./... - go test ./...
publish: publish: