From edd632169469f7060eba79592ba12c4118a15a82 Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Thu, 1 Apr 2021 12:29:08 -0700 Subject: [PATCH] make sure to capture failures through pipes --- hack/jenkins/build_iso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/jenkins/build_iso.sh b/hack/jenkins/build_iso.sh index a241744644..ec5b4291a9 100755 --- a/hack/jenkins/build_iso.sh +++ b/hack/jenkins/build_iso.sh @@ -19,7 +19,7 @@ # ISO_BUCKET = the bucket location to upload the ISO (e.g. minikube-builds/PR_NUMBER) # ISO_VERSION = the suffix for the iso (i.e. minikube-$(ISO_VERSION).iso) -set -x +set -x -o pipefail # Make sure gh is installed and configured ./hack/jenkins/installers/check_install_gh.sh