diff options
author | Grzegorz Bizon <grzegorz@gitlab.com> | 2016-12-19 09:53:34 +0000 |
---|---|---|
committer | Grzegorz Bizon <grzegorz@gitlab.com> | 2016-12-19 09:53:34 +0000 |
commit | a50cd9eb4b4392004e47e57b2fa37c12def5827f (patch) | |
tree | eacb2558bec77eff80d5f3ba947c7a36c59e5b4e | |
parent | 022242c30fe463d2b82c18c687088786b306415f (diff) | |
parent | cfd1c6a54e36a25282afb61dea5f1be37e9b3500 (diff) | |
download | gitlab-ce-a50cd9eb4b4392004e47e57b2fa37c12def5827f.tar.gz |
Merge branch 'fix/ci-readme-typo' into 'master'
Fix small typo in CI readme
fix typo
See merge request !8167
-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 dd8e1078c60..7158b2e7895 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -1056,7 +1056,7 @@ variables: GET_SOURCES_ATTEMPTS: "3" ``` -You can set the them in the global [`variables`](#variables) section or the [`variables`](#job-variables) +You can set them in the global [`variables`](#variables) section or the [`variables`](#job-variables) section for individual jobs. ## Shallow cloning |