BigW Consortium Gitlab

Commit f11920e2 by James Lopez

more fixes - restoring repo

parent 28ba2176
......@@ -45,11 +45,11 @@ module Gitlab
end
def repo_path
File.join('storage_path', 'project.bundle')
File.join(storage_path, 'project.bundle')
end
def wiki_repo_path
File.join('storage_path', 'project.wiki.bundle')
File.join(storage_path, 'project.wiki.bundle')
end
end
end
......
......@@ -14,7 +14,7 @@ module Gitlab
FileUtils.mkdir_p(repos_path)
FileUtils.mkdir_p(path_to_repo)
git_unbundle(git_bin_path: Gitlab.config.git.bin_path, repo_path: path_to_repo, bundle_path: @path_to_bundle)
git_unbundle(repo_path: path_to_repo, bundle_path: @path_to_bundle)
rescue
false
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment