access class wide variable
This commit is contained in:
@ -196,8 +196,8 @@ class DockerClient
|
|||||||
|
|
||||||
if(RECYCLE_CONTAINERS)
|
if(RECYCLE_CONTAINERS)
|
||||||
# create new container and add it to @all_containers. will be added to @containers on return_container
|
# create new container and add it to @all_containers. will be added to @containers on return_container
|
||||||
container = create_container(execution_environment)
|
container = create_container(@execution_environment)
|
||||||
DockerContainerPool.add_to_all_containers(container, execution_environment)
|
DockerContainerPool.add_to_all_containers(container, @execution_environment)
|
||||||
end
|
end
|
||||||
{status: :timeout}
|
{status: :timeout}
|
||||||
ensure
|
ensure
|
||||||
|
Reference in New Issue
Block a user