From 5fb83ac26ed83920a204aa0b37993ca5efab92d7 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 25 Mar 2023 22:44:52 +0000 Subject: [PATCH] fixup! ci: woodpecker: test exec runner --- .woodpecker.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index bb96a88..dea71e6 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,21 +3,17 @@ labels: clone: git: - image: true + image: bash + commands: "true" pipeline: 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 + - plugin-git test: image: bash commands: + - export - nix run pkgs#hello