From 4359f14f18d5139ec2a2cc2426c73c5c25b5377a Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Sat, 4 Nov 2023 14:44:18 +0100 Subject: [PATCH] checkout the branch --- forgejo-runner-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forgejo-runner-lib.sh b/forgejo-runner-lib.sh index b3b4375..3370e8e 100644 --- a/forgejo-runner-lib.sh +++ b/forgejo-runner-lib.sh @@ -21,7 +21,7 @@ function dependency_go() { function checkout() { local git="$1" - git clone --depth 1 $git forgejo-runner + git clone $git forgejo-runner } function build_runner() {