From 6b1676b5c14378576f8f02b9221231a9479bf727 Mon Sep 17 00:00:00 2001 From: saces Date: Sun, 22 Feb 2026 11:20:22 +0100 Subject: [PATCH] better fix for woodpecker --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index cb9e596..cc061a5 100644 --- a/compose.yaml +++ b/compose.yaml @@ -57,7 +57,7 @@ services: WORKDIR /woodpeckerhack - RUN git clone -b cli-exec-matrix https://codeberg.org/saces/woodpecker.git . + RUN git clone -b cli-exec-matrix-fix https://codeberg.org/saces/woodpecker.git . RUN --mount=type=cache,target=/root/.cache/go-build \ --mount=type=cache,target=/go/pkg \ make build-cli