mirror of
https://github.com/clearlinux/docs.git
synced 2026-09-05 21:31:36 +00:00
MOAR PIPEFAIL
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
set -eo pipefail
|
||||
|
||||
repo="$1"
|
||||
if [ -z "$repo" ]; then
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
set -eo pipefail
|
||||
|
||||
docker pull hello-world &> /dev/null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user