fixup! ci: woodpecker: debug clone
Some checks failed
continuous-integration/drone/push Build is failing
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Bruno BELANYI 2023-03-19 19:07:57 +00:00
parent 2d555da65f
commit 4d8d8957c3

View file

@ -4,10 +4,24 @@ pipeline:
git:
image: woodpeckerci/plugin-git
group: clone
commands:
- mkdir foo
- cd foo
- git init -b main
- git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git
- "git fetch --no-tags --depth=1 --filter=tree:0 origin +refs/heads/main:"
- ls -la
git-drone:
image: drone/git
group: clone
commands:
- mkdir bar
- cd bar
- git init -b main
- git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git
- "git fetch --no-tags --depth=1 --filter=tree:0 origin +refs/heads/main:"
- ls -la
build:
image: debian:stable-backports