Skip to content

Commit

Permalink
MOAR PIPEFAIL
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jun 2, 2015
1 parent bc324ae commit 91c373d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .template-helpers/variant.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -e
set -eo pipefail

repo="$1"
if [ -z "$repo" ]; then
Expand Down
2 changes: 1 addition & 1 deletion hello-world/update.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -e
set -eo pipefail

docker pull hello-world &> /dev/null

Expand Down

0 comments on commit 91c373d

Please sign in to comment.