allow unset variables in entrypoint script
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-09-23 11:25:35 +02:00
parent 04e929222e
commit c9cd6d68e9
4 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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