Remove secrets from deploy log
This commit is contained in:
parent
418ddf3743
commit
f0940ce330
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -euxo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
if [[ -z "${DOCKER_REPO}" ]]; then
|
if [[ -z "${DOCKER_REPO}" ]]; then
|
||||||
echo "environment variable not set: DOCKER_REPO" >&2
|
echo "environment variable not set: DOCKER_REPO" >&2
|
||||||
|
|
Loading…
Reference in New Issue