Commit 34c1ad2a authored by Clayton Coleman's avatar Clayton Coleman

Remove cmd/integration from hack/build-go.sh

Covered by hack/integration-test.sh in travis
parent 61639898
......@@ -25,7 +25,7 @@ source $(dirname $0)/config-go.sh
cd "${KUBE_TARGET}"
BINARIES="cmd/proxy cmd/integration cmd/apiserver cmd/controller-manager cmd/kubelet cmd/kubecfg"
BINARIES="cmd/proxy cmd/apiserver cmd/controller-manager cmd/kubelet cmd/kubecfg"
if [ $# -gt 0 ]; then
BINARIES="$@"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment