mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-20 10:06:04 +10:00
fix path to bundle
This commit is contained in:
@@ -29,11 +29,11 @@ module Gitlab
|
||||
end
|
||||
|
||||
def restore_repo
|
||||
Gitlab::ImportExport::RepoRestorer.new(path: repo_path, project: project_tree.project).restore
|
||||
Gitlab::ImportExport::RepoRestorer.new(path_to_bundle: repo_path, project: project_tree.project).restore
|
||||
end
|
||||
|
||||
def restore_wiki_repo
|
||||
Gitlab::ImportExport::RepoRestorer.new(path: wiki_repo_path, project: project_tree.project).restore
|
||||
Gitlab::ImportExport::RepoRestorer.new(path_to_bundle: wiki_repo_path, project: project_tree.project).restore
|
||||
end
|
||||
|
||||
def storage_path
|
||||
|
||||
Reference in New Issue
Block a user