diff --git a/.drone.yml b/.drone.yml index ff949c72..7fc99333 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,10 +18,7 @@ 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 -rf 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` @@ -52,7 +49,6 @@ pipeline: - apt-get -qq update && apt-get --no-install-recommends -qq -y install ca-certificates curl git - find -iname 'moc*' | xargs rm - find -iname 'rcc*' | xargs rm - - export GO111MODULE=on - go get -d - export VERSION=`git describe --tags` - export BUILDDATE=`date +%G-%m-%d-%H-%M` @@ -78,7 +74,6 @@ pipeline: - apt-get -qq update && apt-get --no-install-recommends -qq -y install ca-certificates curl git zip - find -iname 'moc*' | xargs rm - find -iname 'rcc*' | xargs rm - - export GO111MODULE=on - go get -d - export VERSION=`git describe --tags` - export BUILDDATE=`date +%G-%m-%d-%H-%M`