Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/2a31d3a437f03e345abd3236cd334d342a59b4d5
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
8 additions and
5 deletions
@ -18,16 +18,22 @@ stages:
matrix:
win10-x64:
runtime : win10-x64
format : zip
win10-x86:
runtime : win10-x86
format : zip
osx-x64:
runtime : osx-x64
format : tar.gz
linux-x64:
runtime : linux-x64
format : tar.gz
linux-arm:
runtime : linux-arm
format : tar.gz
linux-arm64:
runtime : linux-arm64
format : tar.gz
pool:
vmImage : ${{ variables.vmImage }}
steps:
@ -27,7 +27,7 @@ steps:
rootFolderOrFile : '$(Build.ArtifactStagingDirectory)/$(runtime)'
includeRootFolder : false
archiveType : 'zip'
archiveFile : '$(Build.ArtifactStagingDirectory)/$(runtime). zip '
archiveFile : '$(Build.ArtifactStagingDirectory)/$(runtime). $(format) '
replaceExistingArchive : true
- task : PublishPipelineArtifact@1
@ -24,7 +24,4 @@ variables:
value : "$(Build.SourcesDirectory)/src/Ombi/ClientApp/"
- name : "BuildVersion"
value : "4.0.$(Build.BuildId)"
- name : "ReleaseNotes"
value : ""
value : "4.0.$(Build.BuildId)"