Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/058ceea16eb6f8bed7802891ea6d34b2d55b9bf9
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
1 deletions
@ -651,7 +651,6 @@ stages:
- stage : Analyze
dependsOn : [ ]
displayName : Analyze
condition : eq(variables['system.pullrequest.isfork'], false)
jobs:
- job : Lint_Frontend
@ -681,6 +680,7 @@ stages:
- job : Analyze_Frontend
displayName : Frontend
condition : eq(variables['system.pullrequest.isfork'], false)
pool:
vmImage : windows-2019
steps:
@ -715,6 +715,7 @@ stages:
- powershell : Set-Service SCardSvr -StartupType Manual
displayName : Enable Windows Test Service
- task : SonarCloudPrepare@1
condition : eq(variables['system.pullrequest.isfork'], false)
inputs:
SonarCloud : 'SonarCloud'
organization : 'readarr'
@ -733,6 +734,7 @@ stages:
displayName : Coverage Unit Tests
- task : SonarCloudAnalyze@1
displayName : Publish SonarCloud Results
condition : eq(variables['system.pullrequest.isfork'], false)
- task : reportgenerator@4
displayName : Generate Coverage Report
inputs: