build script: remove the _workspace from GOPATH
Now that we no longer use godeps to manage dependencies we can safely remove this. Dependencies in the vendor directory will automagically be picked up.
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