mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 02:43:09 -06:00
Use GOPATH
This commit is contained in:
parent
ce3d6e1b53
commit
f3b9ef9dde
|
|
@ -15,12 +15,6 @@ set -eux
|
|||
|
||||
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=""
|
||||
if [ ${1:-""} = "fast" ]
|
||||
then args="--config=linter-fast.json"
|
||||
|
|
|
|||
Loading…
Reference in a new issue