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

Update publish-job.yml for Azure Pipelines

pull/3435/head
Matt Jeanes 5 years ago
parent 02891a7141
commit 2e1b60e324

@ -37,15 +37,13 @@ stages:
jobs:
- job:
steps:
- task: DownloadBuildArtifacts@0
- task: DownloadPipelineArtifact@2
inputs:
buildType: 'current'
downloadType: 'specific'
itemPattern: '**.zip'
downloadPath: '$(System.ArtifactsDirectory)'
targetPath: '$(System.ArtifactsDirectory)'
- pwsh: |
Get-ChildItem ($env:SYSTEM_ARTIFACTSDIRECTORY)
Get-ChildItem -Recurse ($env:SYSTEM_ARTIFACTSDIRECTORY)
# - task: GitHubRelease@1

Loading…
Cancel
Save