From e3f58a41b57b9242b91bd1c33a9d783707690a0d Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 19 Mar 2023 19:14:45 +0000 Subject: [PATCH] fixup! ci: woodpecker: debug clone --- .woodpecker.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index d6c7a40..04df094 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,7 +8,7 @@ pipeline: - mkdir foo - cd foo - git config --list - - git init -b main + - git init - git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git - "git fetch --no-tags --depth=1 origin +refs/heads/main:" - ls -la @@ -19,6 +19,7 @@ pipeline: commands: - mkdir bar - cd bar + - git config --list - git init - git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git - "git fetch --no-tags --depth=1 origin +refs/heads/main:" @@ -34,7 +35,8 @@ pipeline: - wget git.belanyi.fr - mkdir foobar - cd foobar - - git init -b main + - git config --list + - git init - git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git - "git fetch --no-tags --depth=1 origin +refs/heads/main:" - ls -la