MOAR PIPEFAIL

This commit is contained in:
Tianon Gravi 2015-06-02 09:42:28 -07:00
parent bc324ae83b
commit 91c373d218
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
set -e
set -eo pipefail
repo="$1"
if [ -z "$repo" ]; then

View File

@ -1,5 +1,5 @@
#!/bin/bash
set -e
set -eo pipefail
docker pull hello-world &> /dev/null