Skip to content

Commit

Permalink
make sure to capture failures through pipes
Browse files Browse the repository at this point in the history
  • Loading branch information
sharifelgamal committed Apr 1, 2021
1 parent 2df898a commit edd6321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/jenkins/build_iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edd6321

Please sign in to comment.