diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-08-14 15:15:48 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-08-14 15:15:48 +0300 |
commit | 45da59daab5878eb20adc402fbd9c9f44407ed75 (patch) | |
tree | a321685c60088e57384c8902f8b3d140d0946708 /config | |
parent | fdd8e4507527badd875a40a0ab8a3ed47a03c764 (diff) | |
download | gitlab-ce-45da59daab5878eb20adc402fbd9c9f44407ed75.tar.gz |
Mention username option for developers in gitlab.yml
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 7f31fb113c9..d897eb4c02d 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -259,6 +259,11 @@ test: gitlab: host: localhost port: 80 + + # When you run tests we clone and setup gitlab-shell + # In order to setup it correctly you need to specify + # your system username you use to run GitLab + # user: YOUR_USERNAME satellites: path: tmp/tests/gitlab-satellites/ gitlab_shell: |