From a975e224827cf65d11341732758a906531d7365e Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Tue, 13 Aug 2019 15:17:18 -0700 Subject: [PATCH] try turning off mod support earlier so it doesn cgo build munge things --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8be8e5c2..ba036f43 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,9 +20,9 @@ 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 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`