Merge pull request #162 from zachgersh/remove-workspace
build script: remove the _workspace from GOPATH
This commit is contained in:
2
build
2
build
@ -10,7 +10,7 @@ if [ ! -h gopath/src/${REPO_PATH} ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
export GOBIN=${PWD}/bin
|
export GOBIN=${PWD}/bin
|
||||||
export GOPATH=${PWD}/gopath:$(pwd)/Godeps/_workspace
|
export GOPATH=${PWD}/gopath
|
||||||
|
|
||||||
echo "Building API"
|
echo "Building API"
|
||||||
go build ${REPO_PATH}/libcni
|
go build ${REPO_PATH}/libcni
|
||||||
|
Reference in New Issue
Block a user