From 3e2041edd892f61fd418a3d281ddf87009c8a85e 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index bb96a88..5794678 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,7 +3,8 @@ labels: clone: git: - image: true + image: bash + commands: CI_WORKSPACE=/tmp/toto plugin-git pipeline: manual_clone: @@ -20,4 +21,5 @@ pipeline: test: image: bash commands: + - export - nix run pkgs#hello