Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/recyclarr/blame/commit/82856495b5739bf0c6a0854d2ab64eb0141e43e4/docker/scripts/build-using-clone.sh You should set ROOT_URL correctly, otherwise the web may not work correctly.
recyclarr/docker/scripts/build-using-clone.sh

9 lines
172 B

#!/bin/sh
set -ex
git clone -b $BUILD_FROM_BRANCH "https://github.com/$REPOSITORY.git" source
cd source
pwsh ./ci/Publish.ps1 $runtime
cp ./publish/$runtime/recyclarr ..