Commit 48caef35 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #21243 from gmarek/master

Auto commit by PR queue bot
parents 396287aa 2288b31b
...@@ -57,7 +57,7 @@ if [[ "${EXIT_ON_WEAK_ERROR}" == "true" ]]; then ...@@ -57,7 +57,7 @@ if [[ "${EXIT_ON_WEAK_ERROR}" == "true" ]]; then
validate-cluster validate-cluster
else else
if ! validate-cluster; then if ! validate-cluster; then
local validate_result="$?" validate_result="$?"
if [[ "${validate_result}" == "1" ]]; then if [[ "${validate_result}" == "1" ]]; then
exit 1 exit 1
elif [[ "${validate_result}" == "2" ]]; then elif [[ "${validate_result}" == "2" ]]; then
......
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