From e6aff5988cb53befdea4b314ce6c02820242dd94 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 21 Mar 2023 21:28:55 +0000 Subject: [PATCH] fixup! ci: woodpecker: debug clone --- .woodpecker.yml | 44 +++----------------------------------------- 1 file changed, 3 insertions(+), 41 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 27a13de..4173692 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,45 +1,7 @@ -skip_clone: true +clone: + git: + image: drone/git pipeline: - git: - image: woodpeckerci/plugin-git - group: clone - commands: - - mkdir foo - - cd foo - - git config --list - - git init - - git remote add origin https://github.com/git/git.git - - "git fetch --no-tags --depth=1 origin +refs/heads/master:" - - ls -la - - git-drone: - image: drone/git - group: clone - commands: - - mkdir bar - - cd bar - - git config --list - - git init - - git remote add origin https://github.com/git/git.git - - "git fetch --no-tags --depth=1 origin +refs/heads/master:" - - ls -la - - build: - image: debian:stable-backports - group: clone - 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 config --list - - git init - - git remote add origin https://github.com/git/git.git - - "git fetch --no-tags --depth=1 origin +refs/heads/master:" - - ls -la - test: image: hello-world