Fix clone step with alpine/git image
ci/woodpecker/push/woodpecker Pipeline failed
Details
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:
parent
e66d5158c9
commit
9c24fa2304
|
|
@ -1,8 +1,11 @@
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: alpine/git:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test-syntax
|
- name: test-syntax
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache git # Install git for Alpine
|
|
||||||
- echo "=== GameAdm CI Pipeline ==="
|
- echo "=== GameAdm CI Pipeline ==="
|
||||||
- echo "Testing repository structure..."
|
- echo "Testing repository structure..."
|
||||||
- ls -la
|
- ls -la
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue