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

Bump version to 1.4.3

pull/4110/head
Bogdan 2 years ago
parent d6fde0934e
commit 26947268ad

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

Loading…
Cancel
Save