Commit
45e0d0bcf32c20a0ad9bf9496656084c66a96219
Exists in
master
and in
11 other branches
angular_poc, backup-7-jan-2016, export-comment-paragraph, login-captcha, new_video_plugin, refactor_with_role, refactor_with_role_scope, remove_profile_cat_icons, staging, theme-brasil-digital-from-staging, travis
script/ci: ease search for specific tasks in log
We can now just search for "****"
| @@ -14,7 +14,7 @@ failed = [] |
| @@ -14,7 +14,7 @@ failed = [] |
14
| tasks.each do |task| |
14
| tasks.each do |task| |
15
| |
15
| |
16
| puts task |
16
| puts task |
17
| - puts task.gsub(/./, '-') |
17
| + puts task.gsub(/./, '*') |
18
| puts |
18
| puts |
19
| |
19
| |
20
| t0 = Time.now.to_i |
20
| t0 = Time.now.to_i |