Disable color output from profile:memory task

So that it is easier to parse the plaintext build logs
This commit is contained in:
Ashwin Maroli 2019-06-21 15:00:45 +05:30 committed by GitHub
parent 25898f8d9d
commit 52ae35a589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ namespace :profile do
end end
if ENV["CI"] if ENV["CI"]
report.pretty_print(scale_bytes: true, color_output: true) report.pretty_print(scale_bytes: true, color_output: false)
else else
FileUtils.mkdir_p("tmp") FileUtils.mkdir_p("tmp")
report_file = File.join("tmp", args.file) report_file = File.join("tmp", args.file)