diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2016-06-07 22:42:07 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2016-06-09 16:00:24 +0800 |
commit | 7fa80a79cdf91782f68794e5a5b879abf6d986dc (patch) | |
tree | b87aa796f370ce3fb4a67f0ac7cecbae79add19b /doc/ci/runners | |
parent | 5bd077bd41653ead0925fd775fd07ba3fd26468f (diff) | |
download | gitlab-ce-7fa80a79cdf91782f68794e5a5b879abf6d986dc.tar.gz |
Fixed a typo (remove extra n)
Diffstat (limited to 'doc/ci/runners')
-rw-r--r-- | doc/ci/runners/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/runners/README.md b/doc/ci/runners/README.md index b42d7a62ebc..40dc13d53b1 100644 --- a/doc/ci/runners/README.md +++ b/doc/ci/runners/README.md @@ -66,7 +66,7 @@ Now simply register the runner as any runner: sudo gitlab-runner register ``` -Shared runners are enabled by default as of GitLab 8.2, but can be disabled with the +Shared runners are enabled by default as of GitLab 8.2, but can be disabled with the `DISABLE SHARED RUNNERS` button. Previous versions of GitLab defaulted shared runners to disabled. @@ -128,7 +128,7 @@ the appropriate dependencies to run Rails test suites. ### Prevent runner with tags from picking jobs without tags You can configure a runner to prevent it from picking jobs with tags when -the runnner does not have tags assigned. This setting is available on each +the runner does not have tags assigned. This setting is available on each runner in *Project Settings* > *Runners*. ### Be careful with sensitive information |