chore: remove gomplate debug output
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2020-12-31 13:22:05 +01:00
parent e2e28c6928
commit 0e71c207fe
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -2,7 +2,7 @@
set -eo pipefail set -eo pipefail
/usr/local/bin/gomplate -V -o /app/config.toml -f /etc/templates/config.toml.tmpl /usr/local/bin/gomplate -o /app/config.toml -f /etc/templates/config.toml.tmpl
if [ -z "$BITWARDENRS_LDAP_BITWARDEN_URL" ] || [ -z "$BITWARDENRS_LDAP_HOST" ] if [ -z "$BITWARDENRS_LDAP_BITWARDEN_URL" ] || [ -z "$BITWARDENRS_LDAP_HOST" ]
then then