mirror of
https://github.com/rancher/plugins.git
synced 2025-07-09 13:15:20 +00:00
Merge pull request #165 from dcbw/go15-vendor
scripts: fix build with go-1.5 after switch to vendor/
This commit is contained in:
commit
4146443942
1
build
1
build
@ -9,6 +9,7 @@ if [ ! -h gopath/src/${REPO_PATH} ]; then
|
|||||||
ln -s ../../../.. gopath/src/${REPO_PATH} || exit 255
|
ln -s ../../../.. gopath/src/${REPO_PATH} || exit 255
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export GO15VENDOREXPERIMENT=1
|
||||||
export GOBIN=${PWD}/bin
|
export GOBIN=${PWD}/bin
|
||||||
export GOPATH=${PWD}/gopath
|
export GOPATH=${PWD}/gopath
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user