Update gitlab.yml.example
This commit is contained in:
parent
e2e3f196ac
commit
afc465d9ec
1 changed files with 3 additions and 1 deletions
|
@ -432,7 +432,9 @@ production: &base
|
|||
## Repositories settings
|
||||
repositories:
|
||||
# Paths where repositories can be stored. Give the canonicalized absolute pathname.
|
||||
# NOTE: REPOS PATHS MUST NOT CONTAIN ANY SYMLINK!!!
|
||||
# IMPORTANT: None of the path components may be symlink, because
|
||||
# gitlab-shell invokes Dir.pwd inside the repository path and that results
|
||||
# real path not the symlink.
|
||||
storages: # You must have at least a `default` storage path.
|
||||
default: /home/git/repositories/
|
||||
|
||||
|
|
Loading…
Reference in a new issue