Commit 41b985fec55df9aa752bdabb733544b209088ef6

Authored by Jacob Vosmaer
1 parent c04b563b

Revert "Remove backup_restore_hooks path for gitlab-rails"

This reverts commit c7c801a8c093ba4ab8240c9a6e54bf0fb5c7ae8b.
Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
config/software/gitlab-rails.rb
... ... @@ -51,6 +51,9 @@ build do
51 51 # the GitLab backup script.
52 52 patch :source => "backup_uploads_realpath.patch"
53 53  
  54 + # Patch the gitlab backup script to correctly restore gitlab-shell hooks
  55 + patch :source => "backup_restore_hooks.patch"
  56 +
54 57 bundle "install --without mysql development test --path=#{install_dir}/embedded/service/gem", :env => env
55 58  
56 59 # In order to precompile the assets, we need to get to a state where rake can
... ...