diff --git a/.woodpecker.yml b/.woodpecker.yml index 60163a2..9735c02 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,6 +2,17 @@ labels: type: exec pipeline: + clone: + image: bash + commands: + - 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 reset --hard -q f60303f0211a0af6e8156df5093c7c3bc9d8e2e7 + - git submodule update --init --recursive + - git lfs fetch + - git lfs checkout + test: image: bash commands: