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