Fix clone step with alpine/git image
ci/woodpecker/push/woodpecker Pipeline failed Details

- 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
This commit is contained in:
Automation 2025-08-14 23:31:21 +00:00
parent e66d5158c9
commit 9c24fa2304
1 changed files with 4 additions and 1 deletions

View File

@ -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