Return default for retrieve_files

Fixes CODEOCEAN-G7
This commit is contained in:
Sebastian Serth
2022-12-19 16:10:38 +01:00
parent 17356c3045
commit 82bb0dd5d1

View File

@ -106,6 +106,7 @@ class Runner::Strategy::DockerContainerPool < Runner::Strategy
def retrieve_files(path: './', recursive: true, privileged_execution: false)
# The DockerContainerPool does not support retrieving files from the runner.
{'files' => []}
end
def attach_to_execution(command, event_loop, starting_time, privileged_execution: false) # rubocop:disable Lint/UnusedMethodArgument for the keyword argument