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

@ -48,8 +48,8 @@ stages:
releaseNotesSource: 'inline'
releaseNotesInline: '$(ReleaseNotes)'
assets: |
$(System.ArtifactsDirectory)/*.zip
$(System.ArtifactsDirectory)/*.gz
$(System.ArtifactsDirectory)/**/*.zip
$(System.ArtifactsDirectory)/**/*.gz
isPreRelease: true
changeLogCompareToRelease: 'lastNonDraftRelease'
changeLogType: 'commitBased'

Loading…
Cancel
Save