diff options
author | tgalopin <galopintitouan@gmail.com> | 2019-08-29 09:01:54 +0000 |
---|---|---|
committer | tgalopin <galopintitouan@gmail.com> | 2019-08-29 09:01:54 +0000 |
commit | a560727ed22666c0bfb2eb4b1db5c59f53b17bf9 (patch) | |
tree | ab9f9b9a114691fc313ac4b852dafecbc2944d65 /doc | |
parent | 67e2cddd61ceea58a887b17d506f8300222ad749 (diff) | |
download | gitlab-ce-a560727ed22666c0bfb2eb4b1db5c59f53b17bf9.tar.gz |
Fix typo in GitLab CI configuration reference
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/yaml/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 7a60dedc206..d8c6e525142 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -100,7 +100,7 @@ The following table lists available parameters for jobs: | [`stage`](#stage) | Defines a job stage (default: `test`). | | [`only`](#onlyexcept-basic) | Limit when jobs are created. Also available: [`only:refs`, `only:kubernetes`, `only:variables`, and `only:changes`](#onlyexcept-advanced). | | [`except`](#onlyexcept-basic) | Limit when jobs are not created. Also available: [`except:refs`, `except:kubernetes`, `except:variables`, and `except:changes`](#onlyexcept-advanced). | -| [`rules`](#rules) | List of coniditions to evaluate and determine selected attributes of a build and whether or not it is created. May not be used alongside `only`/`except`. +| [`rules`](#rules) | List of conditions to evaluate and determine selected attributes of a build and whether or not it is created. May not be used alongside `only`/`except`. | [`tags`](#tags) | List of tags which are used to select Runner. | | [`allow_failure`](#allow_failure) | Allow job to fail. Failed job doesn't contribute to commit status. | | [`when`](#when) | When to run job. Also available: `when:manual` and `when:delayed`. | |