Skip to content

Commit

Permalink
Merge pull request #10974 from sharifelgamal/iso-fail
Browse files Browse the repository at this point in the history
iso: make sure to capture failures through pipes
  • Loading branch information
sharifelgamal authored Apr 1, 2021
2 parents 2df898a + edd6321 commit c74b560
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 c74b560

Please sign in to comment.