From fd8bc8d160dfc1eeeecd76e10fb17348d5fb2428 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 25 Mar 2023 23:15:55 +0000 Subject: [PATCH] fixup! ci: woodpecker: test exec runner --- .woodpecker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index f9df633..3cedf89 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,7 +7,7 @@ clone: pipeline: manual_clone: - image: bash + image: ${SHELL} commands: - git init -b main - git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git @@ -18,4 +18,5 @@ pipeline: - git lfs checkout test: - image: env + image: ${SHELL} + commands: export