From 3d3133eaff662f7fc9cf2a1d6e7848e994ddc49a Mon Sep 17 00:00:00 2001 From: Bartuccio Antoine Date: Tue, 23 Jul 2019 22:19:18 +0200 Subject: [PATCH] Fix CI --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) 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: