mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/scripts.git
synced 2025-10-04 15:11:07 +08:00
do not fail on sentry failure
It can be unavailable or rate limited, so make it optional
This commit is contained in:
parent
dd9053e131
commit
a001a52723
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue