summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-05-03 10:25:53 -0700
committerStan Hu <stanhu@gmail.com>2019-05-05 03:24:27 -0700
commitfee5b0a4bcdd39762f8d5239dc37686714fb865c (patch)
treed210efd6fd439bc2fe03e2a5044b9bc8b2a9af5b
parent64e4be53b88b1a98e9e2c518b052830c3c1b31d5 (diff)
downloadgitlab-ce-fee5b0a4bcdd39762f8d5239dc37686714fb865c.tar.gz
Add logging for time and lint start
-rw-r--r--lib/tasks/lint.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/lint.rake b/lib/tasks/lint.rake
index c5d0f2c292f..fa45b092833 100644
--- a/lib/tasks/lint.rake
+++ b/lib/tasks/lint.rake
@@ -36,6 +36,7 @@ unless Rails.env.production?
gettext:updated_check
lint:static_verification
].each do |task|
+ warn "#{Time.now} Running #{task}\n"
pid = Process.fork do
rd_out, wr_out = IO.pipe
rd_err, wr_err = IO.pipe