From 00d0822eaf682a08ad3d660f2b0099cccd32256f Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 19 Mar 2023 19:13:31 +0000 Subject: [PATCH] fixup! ci: woodpecker: debug clone --- .woodpecker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4e3a77d..d6c7a40 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -10,7 +10,7 @@ pipeline: - git config --list - git init -b main - git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git - - "git fetch --no-tags --depth=1 --filter=tree:0 origin +refs/heads/main:" + - "git fetch --no-tags --depth=1 origin +refs/heads/main:" - ls -la git-drone: @@ -21,7 +21,7 @@ pipeline: - cd bar - git init - git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git - - "git fetch --no-tags --depth=1 --filter=tree:0 origin +refs/heads/main:" + - "git fetch --no-tags --depth=1 origin +refs/heads/main:" - ls -la build: @@ -36,7 +36,7 @@ pipeline: - cd foobar - git init -b main - git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git - - "git fetch --no-tags --depth=1 --filter=tree:0 origin +refs/heads/main:" + - "git fetch --no-tags --depth=1 origin +refs/heads/main:" - ls -la test: