CI: Ignore unbound variables in scripts/docker-*.sh

This commit is contained in:
Michael Mayer
2021-08-05 18:17:59 +02:00
parent 9fde38ee5e
commit 96ec9368a1
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -eu
set -e
if [[ -z $DOCKER_PASSWORD ]] || [[ -z $DOCKER_USERNAME ]]; then
docker login