提交 94ac31e2 编写于 作者: D Douwe Maan

Merge branch 'restore-custom-hooks-wiki' into 'master'

Restore custom hooks for wiki

See merge request gitlab-org/gitlab-ce!20065
......@@ -206,6 +206,8 @@ module Backup
progress.print " * #{wiki.full_path} ... "
begin
wiki.repository.create_from_bundle(path_to_wiki_bundle)
restore_custom_hooks(wiki)
progress.puts "[DONE]".color(:green)
rescue => e
progress.puts "[Failed] restoring #{wiki.full_path} wiki".color(:red)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册