diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2016-02-19 22:12:23 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2016-02-19 22:12:23 +0100 |
commit | 041cae67929c1a2340092e115d4e376245a42a1b (patch) | |
tree | cb0d7efc8f377384e3df38ed0a2108a9343d7ae7 | |
parent | 0a71920f653a0e3d005a1c3f2976f44a13419dc5 (diff) | |
parent | cbc73ccdf8c5be2e2f0ca38afa5e9c195a15c003 (diff) | |
download | gitlab-ce-041cae67929c1a2340092e115d4e376245a42a1b.tar.gz |
Merge pull request #10042 from sestus/master
Typo fix in README.md of ci quick-start docs.
-rw-r--r-- | doc/ci/quick_start/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md index ae7b760fa67..50554d8ee3d 100644 --- a/doc/ci/quick_start/README.md +++ b/doc/ci/quick_start/README.md @@ -124,7 +124,7 @@ In GitLab, Runners run the builds that you define in `.gitlab-ci.yml`. A Runner can be a virtual machine, a VPS, a bare-metal machine, a docker container or even a cluster of containers. GitLab and the Runners communicate through an API, so the only needed requirement is that the machine on which the -Runner is configured to has Internet access. +Runner is configured to have Internet access. A Runner can be specific to a certain project or serve multiple projects in GitLab. If it serves all projects it's called a _Shared Runner_. |