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
|
|
@ -25,12 +25,15 @@
|
|||
. cdist-config
|
||||
set -e
|
||||
|
||||
pwd -P >&2
|
||||
ls >&2
|
||||
|
||||
type="$(cat type)"
|
||||
mode="$(cat mode)"
|
||||
path="$(cat path)"
|
||||
|
||||
case "$type" in
|
||||
|
||||
case "$type" in
|
||||
directory)
|
||||
echo mkdir \"$path\"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue