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

change condition

pull/3742/head
tidusjar 5 years ago
parent de64f462cf
commit 80f4190c48

@ -48,6 +48,7 @@ stages:
- stage: deploy
jobs:
- job:
condition: and(succeeded(), eq(variables.isMain, true))
steps:
- task: DownloadPipelineArtifact@2
inputs:
@ -90,4 +91,3 @@ stages:
isPreRelease: true
changeLogCompareToRelease: 'lastNonDraftRelease'
changeLogType: 'commitBased'
condition: and(succeeded(), eq(variables.isMain, true))

Loading…
Cancel
Save