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

Bump version to 2.0.6

pull/4340/head
Bogdan 1 year ago
parent d9520eb23e
commit 205e235d2d

@ -9,7 +9,7 @@ variables:
testsFolder: './_tests'
yarnCacheFolder: $(Pipeline.Workspace)/.yarn
nugetCacheFolder: $(Pipeline.Workspace)/.nuget/packages
majorVersion: '2.0.5'
majorVersion: '2.0.6'
minorVersion: $[counter('minorVersion', 1076)]
lidarrVersion: '$(majorVersion).$(minorVersion)'
buildName: '$(Build.SourceBranchName).$(lidarrVersion)'

Loading…
Cancel
Save