drome rm therecipe vendor

This commit is contained in:
Dan Ballard 2019-08-13 15:13:47 -07:00
parent 9b29a45ea0
commit 29307657b5
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ pipeline:
- export GO111MODULE=on
- go mod download
- go mod vendor
- 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`