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

Merge pull request from tidusjar/dev

Update appveyor.yml
pull/381/head v1.8.1
Jamie 9 years ago committed by GitHub
commit 8dd399b7f6

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

Loading…
Cancel
Save