fixup! ci: woodpecker: debug clone
This commit is contained in:
parent
2d555da65f
commit
4d8d8957c3
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue