This commit is contained in:
Brendan Abolivier 2019-05-21 19:13:24 +01:00
parent 9980ef544d
commit 649d844b59
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ cd `dirname $0`/..
# gometalinter doesn't seem to work without this.
# We should move from gometalinter asap as per https://github.com/matrix-org/dendrite/issues/697 so this is a temporary
# measure. It is not, however, in the scope of this PR.
# fix.
export GO111MODULE=off
export GOPATH="$(pwd)/vendor:$GOPATH"
# prefer the versions of gometalinter and the linters that we install

View file

@ -2,7 +2,7 @@
# Downloads, installs and runs a kafka instance
set -eu
set -eux
cd `dirname $0`/..