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

Update sonarscan.yml

pull/4334/head
Jamie 3 years ago committed by GitHub
parent c10460d036
commit ecd6c85849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,5 +46,5 @@ jobs:
# on the project dashboard in SonarCloud.
run: |
.\.sonar\scanner\dotnet-sonarscanner begin /k:"Ombi-app_Ombi" /o:"ombi-app" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
dotnet build src/Ombi.sln
dotnet build src/Ombi.sln -c NonUiBuild
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"

Loading…
Cancel
Save