From 48bb9e5a1149ee762fab0ff590ff9d5e32c9afef 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..bdfd3a5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,7 +3,8 @@ labels: clone: git: - image: true + image: bash + commands: plugin-git pipeline: manual_clone: @@ -20,4 +21,5 @@ pipeline: test: image: bash commands: + - export - nix run pkgs#hello