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

This commit is contained in:
Bruno BELANYI 2023-03-20 20:45:39 +00:00
parent e3f58a41b5
commit e215cf3729

View file

@ -9,8 +9,8 @@ pipeline:
- cd foo
- 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:"
- git remote add origin https://github.com/git/git.git
- "git fetch --no-tags --depth=1 origin +refs/heads/master:"
- ls -la
git-drone:
@ -21,8 +21,8 @@ pipeline:
- 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:"
- git remote add origin https://github.com/git/git.git
- "git fetch --no-tags --depth=1 origin +refs/heads/master:"
- ls -la
build:
@ -37,8 +37,8 @@ pipeline:
- cd foobar
- 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:"
- git remote add origin https://github.com/git/git.git
- "git fetch --no-tags --depth=1 origin +refs/heads/master:"
- ls -la
test: