change workflow proposal
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
4b01791e69
commit
17c6a650ff
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,8 @@ cdist-dir push "$__cdist_target_host" "${__cdist_abs_mydir}" "${__cdist_remote_b
|
||||||
cdist-explorer-run-global "$__cdist_target_host"
|
cdist-explorer-run-global "$__cdist_target_host"
|
||||||
cdist-manifest-run-init "$__cdist_target_host"
|
cdist-manifest-run-init "$__cdist_target_host"
|
||||||
cdist-manifest-run-all "$__cdist_target_host"
|
cdist-manifest-run-all "$__cdist_target_host"
|
||||||
|
|
||||||
|
# Change workflow here: cdist-object-{apply, run, foo}
|
||||||
cdist-object-explorer-all "$__cdist_target_host"
|
cdist-object-explorer-all "$__cdist_target_host"
|
||||||
cdist-object-gencode-all "$__cdist_target_host"
|
cdist-object-gencode-all "$__cdist_target_host"
|
||||||
|
|
||||||
|
@ -59,4 +61,6 @@ cdist-dir push "$__cdist_target_host" "$__cdist_out_object_dir" \
|
||||||
|
|
||||||
cdist-code-run-all "$__cdist_target_host"
|
cdist-code-run-all "$__cdist_target_host"
|
||||||
|
|
||||||
|
# Stop change here
|
||||||
|
|
||||||
echo "cdist $__cdist_version: Successfully finished run on $__cdist_target_host"
|
echo "cdist $__cdist_version: Successfully finished run on $__cdist_target_host"
|
||||||
|
|
Loading…
Reference in a new issue