Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/9fc32446265a078d80d7b24b22f7ff34eca11fb1?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/3528/head
Jamie Rees 5 years ago
parent 79b0153aca
commit 9fc3244626

@ -37,6 +37,11 @@ stages:
jobs:
- job:
steps:
- task: DownloadPipelineArtifact@2
inputs:
buildType: 'current'
targetPath: '$(System.ArtifactsDirectory)'
- task: GitHubRelease@1
inputs:
gitHubConnection: 'github.com_tidusjar'

Loading…
Cancel
Save