make sure to capture failures through pipes

pull/10974/head
Sharif Elgamal 2021-04-01 12:29:08 -07:00
parent 2df898a50a
commit edd6321694
1 changed files with 1 additions and 1 deletions

View File

@ -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