summaryrefslogtreecommitdiff
path: root/lib/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks')
-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