Disable color output from profile:memory task
So that it is easier to parse the plaintext build logs
This commit is contained in:
parent
25898f8d9d
commit
52ae35a589
|
@ -39,7 +39,7 @@ namespace :profile do
|
|||
end
|
||||
|
||||
if ENV["CI"]
|
||||
report.pretty_print(scale_bytes: true, color_output: true)
|
||||
report.pretty_print(scale_bytes: true, color_output: false)
|
||||
else
|
||||
FileUtils.mkdir_p("tmp")
|
||||
report_file = File.join("tmp", args.file)
|
||||
|
|
Loading…
Reference in New Issue