summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2015-06-03 15:01:13 +0200
committerMarin Jankovski <maxlazio@gmail.com>2015-06-03 16:24:37 +0200
commita1be236c874909efafb4288a5234d28d5b5e2361 (patch)
tree5c15ac0edebf011c1ed791ec3feee50fbf77827f
parent15b1bb47ba219bfaa50509aacefd796f41a68537 (diff)
downloadgitlab-ce-a1be236c874909efafb4288a5234d28d5b5e2361.tar.gz
Trigger hooks-create on gitlab backup restore.
-rw-r--r--lib/tasks/gitlab/shell.rake3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/tasks/gitlab/shell.rake b/lib/tasks/gitlab/shell.rake
index e835d6cb9b7..afdaba11cb0 100644
--- a/lib/tasks/gitlab/shell.rake
+++ b/lib/tasks/gitlab/shell.rake
@@ -59,6 +59,9 @@ namespace :gitlab do
# Launch installation process
system(*%W(bin/install))
+
+ # (Re)create hooks
+ system(*%W(bin/create-hooks))
end
# Required for debian packaging with PKGR: Setup .ssh/environment with