test-drone/.woodpecker.yml
Bruno BELANYI 1f340c37a7
Some checks failed
continuous-integration/drone/push Build is passing
ci/woodpecker/push/woodpecker Pipeline failed
ci: woodpecker: debug clone
2023-03-18 21:42:49 +00:00

16 lines
329 B
YAML

skip_clone: true
pipeline:
build:
image: debian:stable-backports
commands:
- apt update
- apt install -y inetutils-ping wget
- ping -c 4 git.belanyi.fr
- wget git.belanyi.fr
- git clone https://git.belanyi.fr/ambroisie/test-drone.git
- sleep 9999999
test:
image: hello-world