Skip to content

Commit

Permalink
Don't clobber KUBE_VERBOSE in verify script
Browse files Browse the repository at this point in the history
  • Loading branch information
cblecker committed Nov 10, 2017
1 parent 1a4a019 commit c069200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/verify-staging-godeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ set -o nounset
set -o pipefail

KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
KUBE_VERBOSE=3 KUBE_RUN_COPY_OUTPUT=N ${KUBE_ROOT}/hack/update-staging-godeps.sh -d -f "$@"
KUBE_VERBOSE="${KUBE_VERBOSE:-3}" KUBE_RUN_COPY_OUTPUT=N ${KUBE_ROOT}/hack/update-staging-godeps.sh -d -f "$@"

0 comments on commit c069200

Please sign in to comment.