Merge pull request #162 from zachgersh/remove-workspace

build script: remove the _workspace from GOPATH
This commit is contained in:
Stefan Junker
2016-03-21 17:48:25 +01:00

2
build
View File

@ -10,7 +10,7 @@ if [ ! -h gopath/src/${REPO_PATH} ]; then
fi
export GOBIN=${PWD}/bin
export GOPATH=${PWD}/gopath:$(pwd)/Godeps/_workspace
export GOPATH=${PWD}/gopath
echo "Building API"
go build ${REPO_PATH}/libcni