mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 10:53:09 -06:00
Use GOPATH
This commit is contained in:
parent
ce3d6e1b53
commit
f3b9ef9dde
|
|
@ -15,12 +15,6 @@ set -eux
|
||||||
|
|
||||||
cd `dirname $0`/..
|
cd `dirname $0`/..
|
||||||
|
|
||||||
export GOPATH="$(pwd):$(pwd)/vendor"
|
|
||||||
|
|
||||||
# prefer the versions of gometalinter and the linters that we install
|
|
||||||
# to anythign that ends up on the PATH.
|
|
||||||
export PATH="$(pwd)/bin:$PATH"
|
|
||||||
|
|
||||||
args=""
|
args=""
|
||||||
if [ ${1:-""} = "fast" ]
|
if [ ${1:-""} = "fast" ]
|
||||||
then args="--config=linter-fast.json"
|
then args="--config=linter-fast.json"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue