fixup! ci: woodpecker: debug clone
This commit is contained in:
parent
9c1afc021d
commit
00d0822eaf
|
@ -10,7 +10,7 @@ pipeline:
|
||||||
- git config --list
|
- git config --list
|
||||||
- git init -b main
|
- git init -b main
|
||||||
- git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git
|
- 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
|
- ls -la
|
||||||
|
|
||||||
git-drone:
|
git-drone:
|
||||||
|
@ -21,7 +21,7 @@ pipeline:
|
||||||
- cd bar
|
- cd bar
|
||||||
- git init
|
- git init
|
||||||
- git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git
|
- 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
|
- ls -la
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
@ -36,7 +36,7 @@ pipeline:
|
||||||
- cd foobar
|
- cd foobar
|
||||||
- git init -b main
|
- git init -b main
|
||||||
- git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git
|
- 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
|
- ls -la
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue