diff --git a/.woodpecker.yml b/.woodpecker.yml index 8a9085c..0b6f78f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,6 +2,7 @@ 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