backup
This commit is contained in:
@ -88,7 +88,7 @@ class DockerClient
|
|||||||
end
|
end
|
||||||
|
|
||||||
def execute_command(command, before_execution_block, output_consuming_block)
|
def execute_command(command, before_execution_block, output_consuming_block)
|
||||||
tries ||= 0
|
#tries ||= 0
|
||||||
@container = DockerContainerPool.get_container(@execution_environment)
|
@container = DockerContainerPool.get_container(@execution_environment)
|
||||||
if @container
|
if @container
|
||||||
before_execution_block.try(:call)
|
before_execution_block.try(:call)
|
||||||
|
Reference in New Issue
Block a user