drone rm other copy off therecipe we downloaded?

This commit is contained in:
Dan Ballard 2019-08-13 15:19:47 -07:00
parent a975e22482
commit c3af080db4
1 changed files with 2 additions and 1 deletions

View File

@ -20,9 +20,10 @@ pipeline:
- apt-get -qq update && apt-get --no-install-recommends -qq -y install ca-certificates curl git openssh-client
- export GO111MODULE=on
- go mod download
- export GO111MODULE=off
- go mod vendor
- rm -rf /media/sf_GOPATH1/src/github.com/therecipe
- rm -rf vendor/github.com/therecipe
- export GO111MODULE=off
- $QT_DIR/$QT_API/gcc_64/bin/lrelease ui.pro
- git fetch --tags
- export VERSION=`git describe --tags`