test-drone/.woodpecker.yml
Bruno BELANYI 3301ba6045
Some checks failed
continuous-integration/drone/push Build is passing
ci/woodpecker/push/woodpecker Pipeline failed
ci: woodpecker: debug clone
2023-03-18 21:43:45 +00:00

15 lines
333 B
YAML

skip_clone: true
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
- git clone https://git.belanyi.fr/ambroisie/test-drone.git
- sleep 9999999
test:
image: hello-world