Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/29d678347187ab85a597c88ea72b2ce752094b37
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
9 additions and
9 deletions
@ -23,7 +23,7 @@ steps:
- name : build-dotnet-compat
image : microsoft/dotnet:2-sdk
commands:
- dotnet publish -- configuration release --output /tools dotnet-compatibility/CompatibilityCheckerCoreCLI
- dotnet publish -- runtime debian.9-x64 -- configuration release --output /tools dotnet-compatibility/CompatibilityCheckerCoreCLI
when:
event:
- pull_request
@ -76,37 +76,37 @@ steps:
- pull_request
- name : run-dotnet-compat-common
image : microsoft/dotnet:2-runtime
image : debian:stretch
err_ignore : true
commands:
- dotnet /tools/CompatibilityCheckerCoreCLI.dll /current-release/Jellyfin.Common.dll /release/Jellyfin.Common.dll
- /tools/CompatibilityCheckerCoreCLI /current-release/Jellyfin.Common.dll /release/Jellyfin.Common.dll
when:
event:
- pull_request
- name : run-dotnet-compat-model
image : microsoft/dotnet:2-runtime
image : debian:stretch
err_ignore : true
commands:
- dotnet /tools/CompatibilityCheckerCoreCLI.dll /current-release/Jellyfin.Model.dll /release/Jellyfin.Model.dll
- /tools/CompatibilityCheckerCoreCLI /current-release/Jellyfin.Model.dll /release/Jellyfin.Model.dll
when:
event:
- pull_request
- name : run-dotnet-compat-controller
image : microsoft/dotnet:2-runtime
image : debian:stretch
err_ignore : true
commands:
- dotnet /tools/CompatibilityCheckerCoreCLI.dll /current-release/Jellyfin.Controller.dll /release/Jellyfin.Controller.dll
- /tools/CompatibilityCheckerCoreCLI /current-release/Jellyfin.Controller.dll /release/Jellyfin.Controller.dll
when:
event:
- pull_request
- name : run-dotnet-compat-naming
image : microsoft/dotnet:2-runtime
image : debian:stretch
err_ignore : true
commands:
- dotnet /tools/CompatibilityCheckerCoreCLI.dll /current-release/Jellyfin.Naming.dll /release/Jellyfin.Naming.dll
- /tools/CompatibilityCheckerCoreCLI /current-release/Jellyfin.Naming.dll /release/Jellyfin.Naming.dll
when:
event:
- pull_request