Skip to content
Snippets Groups Projects
Commit 8a342e69 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Nicer export script output with 'ls -lh'

parent 96fbfa29
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -26,7 +26,7 @@ namespace :backup do
File.chmod(0755, GitlabCi.config.backup.path)
 
$progress.puts "\n\nYour final CI export is in the following file:\n\n"
$progress.puts tar_file
system(*%W(ls -lh #{tar_file}))
$progress.puts
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment