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

Update ci-build.yaml for Azure Pipelines

pull/3373/head
Jamie 5 years ago
parent 19c1686cbb
commit f08033f743

@ -199,7 +199,9 @@ steps:
tag: '$(gitTag)'
releaseNotesSource: 'inline'
releaseNotesInline: 'test'
assets: '$(Build.ArtifactStagingDirectory)/*.zip'
assets: |
$(Build.ArtifactStagingDirectory)/*.zip
$(Build.ArtifactStagingDirectory)/*.gz
isPreRelease: true
changeLogCompareToRelease: 'lastNonDraftRelease'
changeLogType: 'commitBased'
Loading…
Cancel
Save