From 6a282f7b0156405ffdcc4b1585c2b93618d35dbe Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 1 Apr 2023 13:52:45 +0100 Subject: [PATCH] fixup! ci: woodpecker: add exec pipeline --- .woodpecker/exec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/exec.yml b/.woodpecker/exec.yml index ce78286..a7aac6b 100644 --- a/.woodpecker/exec.yml +++ b/.woodpecker/exec.yml @@ -5,7 +5,7 @@ pipeline: - name: test image: bash commands: - - nix run 'nixpkgs#hello' + - HOME=$(mktemp -d) nix run 'nixpkgs#hello' - name: notify image: bash @@ -19,7 +19,7 @@ pipeline: - source: matrix_password target: pass commands: - - nix run 'github:ambroisie/matrix-notifier' + - HOME=$(mktemp -d) nix run 'github:ambroisie/matrix-notifier' when: status: - failure