fixup! ci: woodpecker: debug clone
This commit is contained in:
parent
00d0822eaf
commit
e3f58a41b5
|
@ -8,7 +8,7 @@ pipeline:
|
|||
- mkdir foo
|
||||
- cd foo
|
||||
- git config --list
|
||||
- git init -b main
|
||||
- git init
|
||||
- git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git
|
||||
- "git fetch --no-tags --depth=1 origin +refs/heads/main:"
|
||||
- ls -la
|
||||
|
@ -19,6 +19,7 @@ pipeline:
|
|||
commands:
|
||||
- mkdir bar
|
||||
- cd bar
|
||||
- git config --list
|
||||
- git init
|
||||
- git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git
|
||||
- "git fetch --no-tags --depth=1 origin +refs/heads/main:"
|
||||
|
@ -34,7 +35,8 @@ pipeline:
|
|||
- wget git.belanyi.fr
|
||||
- mkdir foobar
|
||||
- cd foobar
|
||||
- git init -b main
|
||||
- git config --list
|
||||
- git init
|
||||
- git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git
|
||||
- "git fetch --no-tags --depth=1 origin +refs/heads/main:"
|
||||
- ls -la
|
||||
|
|
Loading…
Reference in a new issue