Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/4f68929793a3dbfa50ba98860287233a256fa3c9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update azure-pipelines.yml

pull/1689/head
Qstick 5 years ago
parent 3dc14542dd
commit 4f68929793

@ -254,6 +254,10 @@ stages:
else
sentry-cli releases deploys "${RELEASENAME}" new -e production
fi
if [ $? -gt 0 ]; then
echo "##vso[task.logissue type=warning]Error uploading source maps."
fi
exit 0
displayName: Publish Sentry Source Maps
condition: |
or

Loading…
Cancel
Save