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

Update appveyor.yml

pull/383/head
Jamie 9 years ago committed by GitHub
parent 7956f9f7ff
commit eac4e9e6a2

@ -3,9 +3,9 @@ configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '1.8.2'
assembly_version: '1.8.3'
assembly_file_version: '{version}'
assembly_informational_version: '1.8.2'
assembly_informational_version: '1.8.3'
before_build:
- cmd: appveyor-retry nuget restore
build:

Loading…
Cancel
Save