diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2015-06-03 15:01:13 +0200 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2015-06-03 16:24:37 +0200 |
commit | a1be236c874909efafb4288a5234d28d5b5e2361 (patch) | |
tree | 5c15ac0edebf011c1ed791ec3feee50fbf77827f /lib | |
parent | 15b1bb47ba219bfaa50509aacefd796f41a68537 (diff) | |
download | gitlab-ce-a1be236c874909efafb4288a5234d28d5b5e2361.tar.gz |
Trigger hooks-create on gitlab backup restore.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tasks/gitlab/shell.rake | 3 |
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 |