Support for defining version to use

This commit is contained in:
Michal Čihař 2021-10-27 12:10:16 +02:00
parent 40a613abfe
commit c3fb75bd53
3 changed files with 4 additions and 2 deletions

View file

@ -33,6 +33,7 @@ WEBLATE_TITLE="$title"
WEBLATE_SECRET=$(openssl rand -hex 32)
WEBLATE_SENTRY="$sentry"
WEBLATE_SENTRY_TOKEN="$sentry_token"
WEBLATE_VERSION=""

# Matomo
MATOMO_SITE="$matomo"