Merge pull request #21357 from WeixuZhuang/fix

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-02-19 02:14:51 -08:00
commit 841d3f8311

View File

@ -18,6 +18,8 @@ set -o errexit
set -o nounset
set -o pipefail
DEBUG="${DEBUG:-false}"
if [ "${DEBUG}" == "true" ]; then
set -x
fi