mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 10:53:09 -06:00
Verbose
This commit is contained in:
parent
9980ef544d
commit
649d844b59
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Downloads, installs and runs a kafka instance
|
||||
|
||||
set -eu
|
||||
set -eux
|
||||
|
||||
cd `dirname $0`/..
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue