mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 10:53:09 -06:00
Well that worked well
This commit is contained in:
parent
79d12dd871
commit
6378ef3197
|
|
@ -22,7 +22,7 @@ export GO111MODULE=off
|
|||
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"
|
||||
export PATH="$(pwd)/bin:$(pwd)/vendor/bin:$PATH"
|
||||
|
||||
args=""
|
||||
if [ ${1:-""} = "fast" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue