Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/388c136f609dd375315ec10a1cf8cc9d3cbc55d6?style=unified&whitespace=ignore-change 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 9152dd8422
commit 388c136f60

@ -12,37 +12,38 @@ stages:
- template: templates/build-steps.yml
- stage: publish
- template: templates/publish-os-steps.yml
jobs:
- template: templates/publish-os-steps.yml
parameters:
name: 'Win10x64'
Runtime: win10-x64
OutputName: win-64
- template: templates/publish-os-steps.yml
- template: templates/publish-os-steps.yml
parameters:
name: 'Win10x86'
Runtime: win10-x86
OutputName: win-86
- template: templates/publish-os-steps.yml
- template: templates/publish-os-steps.yml
parameters:
name: 'OSXx64'
Runtime: osx-x64
OutputName: osx-64
- template: templates/publish-os-steps.yml
- template: templates/publish-os-steps.yml
parameters:
name: 'Linuxx64'
Runtime: linux-x64
OutputName: linux-64
- template: templates/publish-os-steps.yml
- template: templates/publish-os-steps.yml
parameters:
name: 'LinuxARM'
Runtime: linux-arm
OutputName: linux-arm
- template: templates/publish-os-steps.yml
- template: templates/publish-os-steps.yml
parameters:
name: 'LinuxARMx64'
Runtime: linux-arm64

Loading…
Cancel
Save