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 <gabor.pihaj@gmail.com>
Co-committed-by: Gabor Pihaj <gabor.pihaj@gmail.com>
This commit is contained in:
Gabor Pihaj 2023-09-30 16:55:27 +00:00 committed by Gabor Pihaj
parent f2449dae50
commit c8955246f1
No known key found for this signature in database
GPG key ID: 7BCF5D144C6C06E3

View file

@ -37,6 +37,8 @@
#!/usr/bin/env bash
export PATH=/bin:$PATH
set -x -e -o pipefail
$PLUGIN_SCRIPT
EOF