fixup! ci: woodpecker: debug clone
This commit is contained in:
parent
9c1afc021d
commit
00d0822eaf
|
@ -10,7 +10,7 @@ pipeline:
|
|||
- git config --list
|
||||
- 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:"
|
||||
- "git fetch --no-tags --depth=1 origin +refs/heads/main:"
|
||||
- ls -la
|
||||
|
||||
git-drone:
|
||||
|
@ -21,7 +21,7 @@ pipeline:
|
|||
- cd bar
|
||||
- git init
|
||||
- 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:"
|
||||
- "git fetch --no-tags --depth=1 origin +refs/heads/main:"
|
||||
- ls -la
|
||||
|
||||
build:
|
||||
|
@ -36,7 +36,7 @@ pipeline:
|
|||
- cd foobar
|
||||
- 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:"
|
||||
- "git fetch --no-tags --depth=1 origin +refs/heads/main:"
|
||||
- ls -la
|
||||
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue