Return default for retrieve_files
Fixes CODEOCEAN-G7
This commit is contained in:
@ -106,6 +106,7 @@ class Runner::Strategy::DockerContainerPool < Runner::Strategy
|
|||||||
|
|
||||||
def retrieve_files(path: './', recursive: true, privileged_execution: false)
|
def retrieve_files(path: './', recursive: true, privileged_execution: false)
|
||||||
# The DockerContainerPool does not support retrieving files from the runner.
|
# The DockerContainerPool does not support retrieving files from the runner.
|
||||||
|
{'files' => []}
|
||||||
end
|
end
|
||||||
|
|
||||||
def attach_to_execution(command, event_loop, starting_time, privileged_execution: false) # rubocop:disable Lint/UnusedMethodArgument for the keyword argument
|
def attach_to_execution(command, event_loop, starting_time, privileged_execution: false) # rubocop:disable Lint/UnusedMethodArgument for the keyword argument
|
||||||
|
Reference in New Issue
Block a user