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

Enabled clean and updated the Github Connection Name

pull/947/head
Erwin de Haan 6 years ago
parent 5ccba7cf8a
commit feb5b62ad4

@ -29,7 +29,7 @@ jobs:
maxParallel: 2
steps:
- checkout: self
clean: false
clean: true
submodules: true
persistCredentials: false
@ -159,7 +159,7 @@ jobs:
- task: DownloadGitHubReleases@0
displayName: Download ABI compatibility check tool from GitHub
inputs:
connection: GitHub (EraYaN)
connection: Jellyfin GitHub
userRepository: EraYaN/dotnet-compatibility
defaultVersionType: 'latest' # Options: latest, specificVersion, specificTag
#version: # Required when defaultVersionType != Latest

Loading…
Cancel
Save