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

Update ci-build.yaml for Azure Pipelines

pull/3400/head
Jamie 5 years ago
parent a5731f6e4b
commit 3f8b26688f

@ -27,6 +27,12 @@ pool:
vmImage: 'ubuntu-latest'
steps:
- task: DotNetCoreInstaller@1
displayName: 'Use .NET Core sdk 2.1.505'
inputs:
packageType: 'sdk'
version: '3.x'
- task: PowerShell@2
displayName: 'Get Release Notes'
inputs:

Loading…
Cancel
Save