diff --git a/devops-service/lib/executors/server_executor.rb b/devops-service/lib/executors/server_executor.rb index 3d3e809..7227a95 100644 --- a/devops-service/lib/executors/server_executor.rb +++ b/devops-service/lib/executors/server_executor.rb @@ -250,7 +250,7 @@ module Devops # deploy phase. Assume that all servers are bootstraped successfully here. begin - raise "hello" + #raise "hello" @out << "\n" @out.flush # run_list = @server.run_list + provider.run_list