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 8064a13f41
commit 11a9ca4f91
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/.env -f /etc/templates/env.tmpl
/usr/local/bin/gomplate -o /app/.env -f /etc/templates/env.tmpl
if [ -n "$BITWARDENRS_DATABASE_URL" ]
then