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