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: