Commit 841d3f83 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #21357 from WeixuZhuang/fix

Auto commit by PR queue bot
parents 68a5641e b3f3a806
...@@ -18,6 +18,8 @@ set -o errexit ...@@ -18,6 +18,8 @@ set -o errexit
set -o nounset set -o nounset
set -o pipefail set -o pipefail
DEBUG="${DEBUG:-false}"
if [ "${DEBUG}" == "true" ]; then if [ "${DEBUG}" == "true" ]; then
set -x set -x
fi fi
......
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