Merge pull request #21253 from gmarek/enable

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-02-22 01:24:57 -08:00

View File

@@ -25,7 +25,7 @@ set -o nounset
set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
EXIT_ON_WEAK_ERROR="${EXIT_ON_WEAK_ERROR:-true}"
EXIT_ON_WEAK_ERROR="${EXIT_ON_WEAK_ERROR:-false}"
if [ -f "${KUBE_ROOT}/cluster/env.sh" ]; then
source "${KUBE_ROOT}/cluster/env.sh"