This commit is contained in:
Radon Rosborough 2020-10-07 21:20:06 -07:00
parent 1f268acd86
commit 575ee893b7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -euxo pipefail
set -euo pipefail
if [[ -z "${DOCKER_REPO}" ]]; then
echo "environment variable not set: DOCKER_REPO" >&2