drone vendor and rm therecipe

This commit is contained in:
Dan Ballard 2019-08-13 14:38:05 -07:00
parent da46a81265
commit 390d8a6db9
1 changed files with 3 additions and 1 deletions

View File

@ -18,8 +18,10 @@ pipeline:
- export GOPATH=$GOPATH:/media/sf_GOPATH1/
- 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 vendor
- rm -r vendor/github.com/therecipe
- export GO111MODULE=off
- go get -d
- $QT_DIR/$QT_API/gcc_64/bin/lrelease ui.pro
- git fetch --tags
- export VERSION=`git describe --tags`