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