test-drone/.woodpecker.yml
Bruno BELANYI dc79b6f0f4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
continuous-integration/drone/push Build is passing
fixup! ci: woodpecker: debug clone
2023-03-18 22:07:38 +00:00

23 lines
538 B
YAML

clone:
git:
image: woodpeckerci/plugin-git
pipeline:
build:
image: debian:stable-backports
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
- sleep 9999999
test:
image: hello-world