From c9cd6d68e9674b3308850a9f2d1f8b3da72dbd41 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 23 Sep 2019 11:25:35 +0200 Subject: [PATCH] allow unset variables in entrypoint script --- do-entrypoint.sh | 1 - ec2-entrypoint.sh | 1 - gce-entrypoint.sh | 1 - hcloud-entrypoint.sh | 1 - 4 files changed, 4 deletions(-) diff --git a/do-entrypoint.sh b/do-entrypoint.sh index 6d069aa..f908a2c 100755 --- a/do-entrypoint.sh +++ b/do-entrypoint.sh @@ -1,7 +1,6 @@ #!/usr/bin/env bash set -o pipefail set -o errtrace -set -o nounset set -o errexit if [ "${MOLECULE_CUSTOM_MODULES_REPO}" ]; then diff --git a/ec2-entrypoint.sh b/ec2-entrypoint.sh index 6d069aa..f908a2c 100755 --- a/ec2-entrypoint.sh +++ b/ec2-entrypoint.sh @@ -1,7 +1,6 @@ #!/usr/bin/env bash set -o pipefail set -o errtrace -set -o nounset set -o errexit if [ "${MOLECULE_CUSTOM_MODULES_REPO}" ]; then diff --git a/gce-entrypoint.sh b/gce-entrypoint.sh index da99acf..70279a1 100755 --- a/gce-entrypoint.sh +++ b/gce-entrypoint.sh @@ -1,7 +1,6 @@ #!/usr/bin/env bash set -o pipefail set -o errtrace -set -o nounset set -o errexit if [ "$GCE_SSH_KEY" ]; then diff --git a/hcloud-entrypoint.sh b/hcloud-entrypoint.sh index 6d069aa..f908a2c 100755 --- a/hcloud-entrypoint.sh +++ b/hcloud-entrypoint.sh @@ -1,7 +1,6 @@ #!/usr/bin/env bash set -o pipefail set -o errtrace -set -o nounset set -o errexit if [ "${MOLECULE_CUSTOM_MODULES_REPO}" ]; then