From 3330a384f641d5e12c0ff8b225037fbcf2e3bd7b Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 30 Mar 2023 22:14:33 +0100 Subject: [PATCH] ci: woodpecker: debug exec pipeline --- .woodpecker/exec.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.woodpecker/exec.yml b/.woodpecker/exec.yml index 1a22717..dc6b7fb 100644 --- a/.woodpecker/exec.yml +++ b/.woodpecker/exec.yml @@ -7,6 +7,15 @@ pipeline: commands: - "nix run 'nixpkgs#hello'" + manual_clone: + image: bash + secrets: + commands: + - CI_WORKSPACE=$PWD plugin-git + when: + status: + - failure + notify: image: bash secrets: