From 91c7e790c90d2bd0cd52780f38bace98f424ec09 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 25 Mar 2023 22:35:58 +0000 Subject: [PATCH] fixup! ci: woodpecker: test exec runner --- .woodpecker.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 60163a2..5ec72a6 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,8 +1,18 @@ -labels: - type: exec +clone: + disable: true pipeline: test: image: bash commands: - nix run pkgs#hello + manual 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