Skip to content

Commit

Permalink
Mark kube-push.sh as broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Hollander McCreery committed May 3, 2016
1 parent f29d597 commit be7209d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cluster/kube-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ set -o errexit
set -o nounset
set -o pipefail

echo "kube-push.sh is currently broken; see https://github.com/kubernetes/kubernetes/issues/17397"
exit 1

KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..

if [ -f "${KUBE_ROOT}/cluster/env.sh" ]; then
Expand Down

0 comments on commit be7209d

Please sign in to comment.