Update uses of Gitolite.config.foo settings
This commit is contained in:
parent
b2e46f44ce
commit
19eb637419
33 changed files with 95 additions and 95 deletions
|
@ -27,7 +27,7 @@ namespace :gitlab do
|
|||
end
|
||||
|
||||
print "\n\nMove projects from groups under groups dirs:".yellow
|
||||
git_path = Gitlab.config.git_base_path
|
||||
git_path = Gitlab.config.gitolite.repos_path
|
||||
|
||||
Project.where('namespace_id IS NOT NULL').find_each(batch_size: 500) do |project|
|
||||
next unless project.group
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue