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:13:31 +00:00
parent 9c1afc021d
commit 00d0822eaf

View file

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