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

Fixed build

pull/1425/head
Jamie.Rees 8 years ago
parent 6f130fab36
commit ea8ef45e70

@ -18,7 +18,7 @@ before_build:
- gulp publish
build_script:
- dotnet build
- dotnet test
- dotnet test ./Ombi.Core.Tests/Ombi.Core.Tests.csproj
after_build:
- dotnet publish -c Release -r win10-x64
- dotnet publish -c Release -r osx.10.12-x64

Loading…
Cancel
Save