Mention username option for developers in gitlab.yml
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
fdd8e45075
commit
45da59daab
1 changed files with 5 additions and 0 deletions
|
@ -259,6 +259,11 @@ test:
|
||||||
gitlab:
|
gitlab:
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 80
|
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:
|
satellites:
|
||||||
path: tmp/tests/gitlab-satellites/
|
path: tmp/tests/gitlab-satellites/
|
||||||
gitlab_shell:
|
gitlab_shell:
|
||||||
|
|
Loading…
Reference in a new issue