summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2018-01-04 11:02:43 +0100
committerJames Lopez <james@jameslopez.es>2018-01-04 11:22:43 +0100
commitde36a8e27961d4c2af43d0ac2d700a391c245353 (patch)
treebcd16bc00216fe9f236c091e39b6d0352392070e /lib
parent6ee122c04ee8263dc1cb9dfddd010c5c0b587e8e (diff)
downloadgitlab-ce-de36a8e27961d4c2af43d0ac2d700a391c245353.tar.gz
refactor spec, add docs
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/gitlab/git.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/gitlab/git.rake b/lib/tasks/gitlab/git.rake
index 5c1b19860f0..3f5dd2ae3b3 100644
--- a/lib/tasks/gitlab/git.rake
+++ b/lib/tasks/gitlab/git.rake
@@ -36,6 +36,7 @@ namespace :gitlab do
check_config_lock(repo)
check_ref_locks(repo)
end
+
if failures.empty?
puts "Done".color(:green)
else