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:
parent
f2449dae50
commit
c8955246f1
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@
|
|||
#!/usr/bin/env bash
|
||||
export PATH=/bin:$PATH
|
||||
|
||||
set -x -e -o pipefail
|
||||
|
||||
$PLUGIN_SCRIPT
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue