Skip to content

Commit

Permalink
Remove cmd/integration from hack/build-go.sh
Browse files Browse the repository at this point in the history
Covered by hack/integration-test.sh in travis
  • Loading branch information
smarterclayton committed Jul 28, 2014
1 parent 6163989 commit 34c1ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/build-go.sh
Original file line number Diff line number Diff line change
@@ -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="$@"

0 comments on commit 34c1ad2

Please sign in to comment.