diff --git a/build/kind_provisioner.sh b/build/kind_provisioner.sh index 30761d656c..4df348f518 100755 --- a/build/kind_provisioner.sh +++ b/build/kind_provisioner.sh @@ -39,6 +39,7 @@ # Exit immediately for non zero status set -e +# Print commands set -x # The purpose of this file is to unify prow/lib.sh in both istio and istio.io