diff --git a/.woodpecker.yml b/.woodpecker.yml index 4d102e9..fcb0a78 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,10 +4,24 @@ pipeline: git: image: woodpeckerci/plugin-git group: clone + commands: + - mkdir foo + - cd foo + - 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:" + - ls -la git-drone: image: drone/git group: clone + commands: + - mkdir bar + - cd bar + - 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:" + - ls -la build: image: debian:stable-backports