Skip to content

Commit

Permalink
Merge pull request #130 from buildkite/catch-docker-failures
Browse files Browse the repository at this point in the history
Catch Docker failures
  • Loading branch information
toolmantim committed Apr 10, 2015
2 parents 31cc9a8 + 90972b0 commit 326f0db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ function buildkite-flags-reset {
# Causes this script to exit if a variable isn't present
set -u

# Ensure command pipes fail if any command fails (e.g. fail-cmd | success-cmd == fail)
set -o pipefail

# Turn off debugging
set +x

Expand Down

0 comments on commit 326f0db

Please sign in to comment.