MOAR PIPEFAIL
This commit is contained in:
parent
bc324ae83b
commit
91c373d218
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -eo pipefail
|
||||||
|
|
||||||
repo="$1"
|
repo="$1"
|
||||||
if [ -z "$repo" ]; then
|
if [ -z "$repo" ]; then
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -eo pipefail
|
||||||
|
|
||||||
docker pull hello-world &> /dev/null
|
docker pull hello-world &> /dev/null
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue