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

Bump version to 2.2.4

pull/4690/head
Bogdan 1 year ago
parent ce6e4555ec
commit 9f4d821a2d

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

Loading…
Cancel
Save