fixup! ci: woodpecker: debug clone
Some checks failed
continuous-integration/drone/push Build is failing
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Bruno BELANYI 2023-03-19 19:14:45 +00:00
parent 00d0822eaf
commit e3f58a41b5

View file

@ -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