Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/01a44c9d258f33c537fa0ef3572f060ff415cab6?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update aspnetcore.yml

pull/3136/head
Jamie 5 years ago committed by GitHub
parent c0de170f68
commit 01a44c9d25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
name: ASP.NET Core CI name: ASP.NET Core CI
on: [push] on: [push, pull_request]
jobs: jobs:
build: build:
@ -14,4 +14,4 @@ jobs:
with: with:
dotnet-version: 2.2.108 dotnet-version: 2.2.108
- name: Build with dotnet - name: Build with dotnet
run: dotnet build --configuration Release run: dotnet build src/Ombi.sln --configuration Release

Loading…
Cancel
Save