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

Bump version to 1.10.4

pull/1920/head
Bogdan 1 year ago
parent d99da0481b
commit ccdad3a44c

@ -9,7 +9,7 @@ variables:
testsFolder: './_tests'
yarnCacheFolder: $(Pipeline.Workspace)/.yarn
nugetCacheFolder: $(Pipeline.Workspace)/.nuget/packages
majorVersion: '1.10.3'
majorVersion: '1.10.4'
minorVersion: $[counter('minorVersion', 1)]
prowlarrVersion: '$(majorVersion).$(minorVersion)'
buildName: '$(Build.SourceBranchName).$(prowlarrVersion)'

Loading…
Cancel
Save