From e9f4feed9732a630104266ae0f7d25a5ae74607d Mon Sep 17 00:00:00 2001 From: amartynov Date: Mon, 28 Sep 2015 15:10:24 +0300 Subject: [PATCH] commented raise 'hello' --- devops-service/lib/executors/server_executor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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