Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/d6d12fdccf92b48d118b39f60b0fa06e425b51fc You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/13/head
tidusjar 9 years ago
parent 8128fc348c
commit d6d12fdccf

@ -1,7 +1,7 @@
language: csharp
solution: PlexRequests.sln
install:
- mono Tools/NuGet.exe restore PlexRequests.sln
- mono Tools/nuget.exe restore PlexRequests.sln
- nuget install NUnit.Runners -OutputDirectory testrunner
script:
- xbuild /p:Configuration=Release PlexRequests.sln
Loading…
Cancel
Save