mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 02:43:09 -06:00
Don't mess with GOPATH
This commit is contained in:
parent
297e740a88
commit
da2567d9e2
|
|
@ -19,10 +19,6 @@ cd `dirname $0`/..
|
|||
# We should move from gometalinter asap as per https://github.com/matrix-org/dendrite/issues/697 so this is a temporary
|
||||
# fix.
|
||||
export GO111MODULE=off
|
||||
export GOPATH="$(pwd)/vendor:$GOPATH"
|
||||
# prefer the versions of gometalinter and the linters that we install
|
||||
# to anythign that ends up on the PATH.
|
||||
export PATH="$(pwd)/vendor/bin:$PATH"
|
||||
|
||||
args=""
|
||||
if [ ${1:-""} = "fast" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue