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

Merge pull request from mhann/rename-travis-solution

Change solution name in travis
pull/848/head
Jamie 8 years ago committed by GitHub
commit 9c0aa44a87

@ -1,7 +1,7 @@
language: csharp
solution: PlexRequests.sln
solution: Ombi.sln
install:
- mono Tools/nuget.exe restore PlexRequests.sln
- mono Tools/nuget.exe restore Ombi.sln
- nuget install NUnit.Runners -OutputDirectory testrunner
script:
- xbuild /p:Configuration=Release PlexRequests.sln /p:TargetFrameworkVersion="v4.5"
- xbuild /p:Configuration=Release Ombi.sln /p:TargetFrameworkVersion="v4.5"

Loading…
Cancel
Save