commit
38c2cfb9ad
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ module Gitlab
|
||||||
# Enable access to all repos for gitolite admin.
|
# Enable access to all repos for gitolite admin.
|
||||||
# We use it for accept merge request feature
|
# We use it for accept merge request feature
|
||||||
def admin_all_repo
|
def admin_all_repo
|
||||||
owner_name = Gitlab.settings.gitolite_admin_key
|
owner_name = Gitlab.config.gitolite_admin_key
|
||||||
|
|
||||||
# @ALL repos premission for gitolite owner
|
# @ALL repos premission for gitolite owner
|
||||||
repo_name = "@all"
|
repo_name = "@all"
|
||||||
|
|
Loading…
Add table
Reference in a new issue