diff --git a/.drone.yml b/.drone.yml index 0022a45..237d693 100644 --- a/.drone.yml +++ b/.drone.yml @@ -54,11 +54,11 @@ steps: image: techknowlogick/xgo:latest pull: true environment: - GOPATH: /random GO111MODULE: on commands: - export PATH=$PATH:$GOPATH/bin - ls + - ls /source - pwd - make release