Use GOPATH

This commit is contained in:
Brendan Abolivier 2019-05-21 18:02:36 +01:00
parent ce3d6e1b53
commit f3b9ef9dde

View file

@ -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"