Commit 9eca3088 authored by Tiffany Rea's avatar Tiffany Rea

Merge branch 'fix-download-resources-step' into 'master'

Fix No such file or directory in delete job

See merge request gitlab-org/gitlab!83784
parents 15166734 171a7b79
...@@ -81,6 +81,7 @@ module QA ...@@ -81,6 +81,7 @@ module QA
return puts "\nNothing to download!" if files_list.empty? return puts "\nNothing to download!" if files_list.empty?
FileUtils.mkdir_p('tmp/')
files_list.each do |file_name| files_list.each do |file_name|
local_path = "tmp/#{file_name.split('/').last}" local_path = "tmp/#{file_name.split('/').last}"
Runtime::Logger.info("Downloading #{file_name} to #{local_path}") Runtime::Logger.info("Downloading #{file_name} to #{local_path}")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment