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

Merge pull request from thornbill/run-collect-on-fails

Run collect script on failures
pull/10220/head
Bill Thornton 2 years ago committed by GitHub
commit 345e0c8c0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -168,6 +168,7 @@ jobs:
- job: CollectArtifacts
timeoutInMinutes: 20
displayName: 'Collect Artifacts'
condition: succeededOrFailed()
continueOnError: true
dependsOn:
- BuildPackage

Loading…
Cancel
Save