chore: remove gomplate debug output
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-12-31 13:22:05 +01:00
parent e2e28c6928
commit 0e71c207fe
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
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" ]
then