forked from ungleich-public/cdist
ensure failing if manifest or gencode break
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
f392543d43
commit
ff41ce0318
5 changed files with 25 additions and 16 deletions
|
|
@ -21,8 +21,10 @@ I usually do it like this:
|
|||
eof
|
||||
|
||||
# Tell the user what we do, so this script makes sense during execution
|
||||
# And abort on any error
|
||||
set -ex
|
||||
set -x
|
||||
|
||||
# Abort on any error
|
||||
set -e
|
||||
|
||||
# prepare use (only from top level directory)
|
||||
export PATH="$PATH:$(pwd -P)/bin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue