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

Remove extract task.

pull/3284/head
Erwin de Haan 5 years ago
parent 4c9216012b
commit 427632611a

@ -79,13 +79,6 @@ jobs:
overWrite: true
flattenFolders: true
- task: ExtractFiles@1
displayName: "Extract ABI Compatibility Check Tool"
inputs:
archiveFilePatterns: "$(System.ArtifactsDirectory)/*-ci.zip"
destinationFolder: $(System.ArtifactsDirectory)/tools
cleanDestinationFolder: true
# The `--warnings-only` switch will swallow the return code and not emit any errors.
- task: DotNetCoreCLI@2
displayName: 'Execute ABI Compatibility Check Tool'

Loading…
Cancel
Save