Update keyword arguments for #retrieve_files

This commit is contained in:
Sebastian Serth
2022-10-26 01:01:35 +02:00
committed by Sebastian Serth
parent 58548555a5
commit 9e7b3b7b58
3 changed files with 3 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ class Runner::Strategy::DockerContainerPool < Runner::Strategy
Rails.logger.debug { "#{Time.zone.now.getutc.inspect}: Finished copying files" }
end
def retrieve_files(_path:, _recursive:, privileged_execution:)
def retrieve_files(path:, recursive:, privileged_execution:)
# The DockerContainerPool does not support retrieving files from the runner.
end