do not fail on sentry failure

It can be unavailable or rate limited, so make it optional
This commit is contained in:
Michal Čihař 2024-06-12 14:18:40 +02:00
parent dd9053e131
commit a001a52723

View file

@ -246,7 +246,7 @@ sudo -u weblate docker compose logs

# Track deploy to Sentry
if [ -n "$WEBLATE_SENTRY_TOKEN" ] ; then
sudo -u weblate docker compose exec --user weblate weblate weblate sentry_deploy
sudo -u weblate docker compose exec --user weblate weblate weblate sentry_deploy || true
fi

# Create admin user