From c8955246f1608d214619af1f68d34a7e3aff2aa8 Mon Sep 17 00:00:00 2001 From: Gabor Pihaj Date: Sat, 30 Sep 2023 16:55:27 +0000 Subject: [PATCH] feat: improve runner script with sane defaults (#4) Reviewed-on: https://git.vdx.hu/voidcontext/woodpecker-plugin-nix-attic/pulls/4 Co-authored-by: Gabor Pihaj Co-committed-by: Gabor Pihaj --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index f051aa9..e17fcd6 100644 --- a/flake.nix +++ b/flake.nix @@ -37,6 +37,8 @@ #!/usr/bin/env bash export PATH=/bin:$PATH + set -x -e -o pipefail + $PLUGIN_SCRIPT EOF