forked from ungleich-public/cdist
+debugging of __cdist_object_run
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
c3bf34bf3d
commit
bd85d22a89
1 changed files with 3 additions and 0 deletions
|
@ -57,9 +57,12 @@ __cdist_object_run()
|
|||
done
|
||||
fi
|
||||
|
||||
__cdist_echo debug "Before gencode"
|
||||
__cdist_object_gencode_run "$__cdist_object_self"
|
||||
__cdist_echo debug "Before push"
|
||||
__cdist_dir push "$(__cdist_object_dir "$__cdist_object_self")" \
|
||||
"$(__cdist_remote_object_dir "$__cdist_object_self")"
|
||||
__cdist_echo debug "Before run"
|
||||
__cdist_object_code_run "$__cdist_object_self"
|
||||
|
||||
# Mark this object as done
|
||||
|
|
Loading…
Reference in a new issue