From a1be236c874909efafb4288a5234d28d5b5e2361 Mon Sep 17 00:00:00 2001 From: Marin Jankovski Date: Wed, 3 Jun 2015 15:01:13 +0200 Subject: Trigger hooks-create on gitlab backup restore. --- lib/tasks/gitlab/shell.rake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/tasks/gitlab/shell.rake') 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 -- cgit v1.2.1