From 9c24fa2304ec96ff15410aec15edbb0799d2e4f1 Mon Sep 17 00:00:00 2001 From: Automation Date: Thu, 14 Aug 2025 23:31:21 +0000 Subject: [PATCH] Fix clone step with alpine/git image - Use alpine/git image for clone step to resolve git issues - This should fix the clone operation completely - Keep pipeline steps focused on GameAdm testing --- .woodpecker.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 0b6f78f..4368a72 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,8 +1,11 @@ +clone: + git: + image: alpine/git:latest + steps: - name: test-syntax image: alpine:latest commands: - - apk add --no-cache git # Install git for Alpine - echo "=== GameAdm CI Pipeline ===" - echo "Testing repository structure..." - ls -la