Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/7825a5b9f1a7fc375b1bdc9ce01fb88d3974e4f9 You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/1350/head^2
Jamie.Rees 8 years ago
parent 49e07e44d7
commit 7825a5b9f1

@ -11,7 +11,11 @@ project: Ombi/Ombi.sln
before_build:
- cmd: dotnet restore
- cmd: npm install
- cmd: appveyor-retry nuget restore
- cmd: dotnet publish -c Release -r win10-x64
- cmd: dotnet publish -c Release -r osx.10.12-x64
- cmd: dotnet publish -c Release -r ubuntu.16.10-x64
- cmd: dotnet publish -c Release -r debian.8-x64
build:
verbosity: minimal
after_build:

Loading…
Cancel
Save