Trigger hooks-create on gitlab backup restore.
This commit is contained in:
parent
15b1bb47ba
commit
a1be236c87
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue