Merge commit '51fa137b9d5e36eb3ac569505f7d90ba43ca4ce6' into rt/comments

This commit is contained in:
Ralf Teusner
2015-08-04 15:14:12 +02:00

View File

@@ -89,7 +89,7 @@ class DockerClient
if local_workspace_path && Pathname.new(local_workspace_path).exist? if local_workspace_path && Pathname.new(local_workspace_path).exist?
Pathname.new(local_workspace_path).children.each{ |p| p.rmtree} Pathname.new(local_workspace_path).children.each{ |p| p.rmtree}
end end
container.delete(force: true) container.delete(force: true, v: true)
end end
def execute_arbitrary_command(command, &block) def execute_arbitrary_command(command, &block)