ci: woodpecker: debug clone
Some checks failed
continuous-integration/drone/push Build is passing
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Bruno BELANYI 2023-03-18 21:00:06 +00:00
parent 6edcb81d10
commit 1f3ee78c2f

View file

@ -1,5 +1,14 @@
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
- sleep 9999999
test:
image: hello-world