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-21 21:28:55 +00:00
parent e215cf3729
commit e6aff5988c

View file

@ -1,45 +1,7 @@
skip_clone: true
clone:
git:
image: drone/git
pipeline:
git:
image: woodpeckerci/plugin-git
group: clone
commands:
- mkdir foo
- cd foo
- git config --list
- git init
- git remote add origin https://github.com/git/git.git
- "git fetch --no-tags --depth=1 origin +refs/heads/master:"
- ls -la
git-drone:
image: drone/git
group: clone
commands:
- mkdir bar
- cd bar
- git config --list
- git init
- git remote add origin https://github.com/git/git.git
- "git fetch --no-tags --depth=1 origin +refs/heads/master:"
- ls -la
build:
image: debian:stable-backports
group: clone
commands:
- apt update
- apt install -y inetutils-ping wget git
- ping -c 4 git.belanyi.fr
- wget git.belanyi.fr
- mkdir foobar
- cd foobar
- git config --list
- git init
- git remote add origin https://github.com/git/git.git
- "git fetch --no-tags --depth=1 origin +refs/heads/master:"
- ls -la
test:
image: hello-world