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

Disabled dotnet_compat part of pipeline.

pull/1218/head
Erwin de Haan 6 years ago
parent 79d9b8e693
commit 7b4e16bb8f

@ -99,7 +99,7 @@ jobs:
pool:
vmImage: ubuntu-16.04
dependsOn: main_build
condition: and(succeeded(), variables['System.PullRequest.PullRequestNumber']) # Only execute if the pullrequest numer is defined. (So not for normal CI builds)
condition: false #and(succeeded(), variables['System.PullRequest.PullRequestNumber']) # Only execute if the pullrequest numer is defined. (So not for normal CI builds)
strategy:
matrix:
Naming:

Loading…
Cancel
Save