return 0 at the end of job

This commit is contained in:
Anton Chuchkalov 2016-08-12 14:35:30 +03:00
parent e8eedc1092
commit e54213e10e

View File

@ -27,6 +27,7 @@ class WaitRebootstrapWorker < Worker
executor = Devops::Executor::ServerExecutor.new(server, out, current_user: owner)
executor.set_run_list(old_node_info["run_list"])
0
end
end