Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/9ba4486c2e350a7801309316cf9995c9bcaad23c?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Don't run build for weblate PRs

(cherry picked from commit 62221c2a7fc959dfe47af7bc98622d81eba3419b)
pull/2234/head
ta264 4 years ago committed by Qstick
parent 5cca953d42
commit 9ba4486c2e

@ -23,7 +23,12 @@ trigger:
- master
pr:
- develop
branches:
include:
- develop
paths:
exclude:
- src/NzbDrone.Core/Localization/Core
stages:
- stage: Setup

Loading…
Cancel
Save