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

Update SonarCloud pipeline versions for UI

pull/10169/head v5.8.2.8915
Bogdan 9 months ago
parent 1423ad6aa4
commit 558043f1b2

@ -1116,7 +1116,7 @@ stages:
vmImage: ${{ variables.windowsImage }}
steps:
- checkout: self # Need history for Sonar analysis
- task: SonarCloudPrepare@1
- task: SonarCloudPrepare@2
env:
SONAR_SCANNER_OPTS: ''
inputs:
@ -1128,7 +1128,7 @@ stages:
cliProjectName: 'RadarrUI'
cliProjectVersion: '$(radarrVersion)'
cliSources: './frontend'
- task: SonarCloudAnalyze@1
- task: SonarCloudAnalyze@2
- job: Api_Docs
displayName: API Docs

Loading…
Cancel
Save