test-drone/.woodpecker.yml
Bruno BELANYI 2d555da65f
Some checks failed
continuous-integration/drone/push Build is failing
ci/woodpecker/push/woodpecker Pipeline failed
fixup! ci: woodpecker: debug clone
2023-03-19 18:59:39 +00:00

29 lines
613 B
YAML

skip_clone: true
pipeline:
git:
image: woodpeckerci/plugin-git
group: clone
git-drone:
image: drone/git
group: clone
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 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:"
- ls -la
test:
image: hello-world