drone no downalod, straight to vendor

This commit is contained in:
Dan Ballard 2019-08-13 15:32:39 -07:00
parent cf5d54edef
commit 4cabff44f1
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@ pipeline:
- export PATH=$PATH:/home/user/work/bin:/media/sf_GOPATH1/bin
- apt-get -qq update && apt-get --no-install-recommends -qq -y install ca-certificates curl git openssh-client
- export GO111MODULE=on
- go mod download
- rm -rf /media/sf_GOPATH1/src/github.com/therecipe
- go mod vendor
- rm -rf vendor/github.com/therecipe
- export GO111MODULE=off