...
This commit is contained in:
@@ -84,7 +84,7 @@ fn do() ! {
|
||||
base.redis_install()!
|
||||
|
||||
// herocmds.cmd_bootstrap(mut cmd)
|
||||
// herocmds.cmd_run(mut cmd)
|
||||
herocmds.cmd_run(mut cmd)
|
||||
herocmds.cmd_git(mut cmd)
|
||||
// herocmds.cmd_init(mut cmd)
|
||||
// herocmds.cmd_imagedownsize(mut cmd)
|
||||
|
||||
@@ -23,7 +23,7 @@ pub fn run(args_ PlayArgs) !PlayBook {
|
||||
playbook.new(text: args.heroscript, path: args.heroscript_path)!
|
||||
}
|
||||
plbook = play_core(plbook:plbook)!
|
||||
plbook = play_git.play(mut plbook)!
|
||||
plbook = play_git(plbook:plbook)!
|
||||
|
||||
// plbook = play_ssh(mut plbook)!
|
||||
// play_publisher(mut plbook)!
|
||||
|
||||
Reference in New Issue
Block a user