From 3301ba6045f3ad8b6dd1ac2c0c3618e70d1d0797 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 18 Mar 2023 21:00:06 +0000 Subject: [PATCH] ci: woodpecker: debug clone --- .woodpecker.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 05d3de7..b42a99a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,5 +1,15 @@ 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