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

enable diagnostic on build

pull/1488/head
Jamie.Rees 8 years ago
parent 0d1ee148c7
commit 9f69ab5006

@ -8,7 +8,7 @@ install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
build_script:
- ps: ./build.ps1
- ps: ./build.ps1 -Verbosity Diagnostic
after_build:
- cmd: >-

Loading…
Cancel
Save