diff options
author | Ray Paik <rpaik@gitlab.com> | 2019-08-20 02:24:05 +0000 |
---|---|---|
committer | Ray Paik <rpaik@gitlab.com> | 2019-08-20 02:24:05 +0000 |
commit | da9606512846aca61fb52f8afd6e9742426f8e3a (patch) | |
tree | dfb59e54a4c4eb8644a06b541ea452316d86608a /doc | |
parent | aa7a9cc9cfe1139ef29296623b7cd285a3547d0c (diff) | |
parent | b29853ed3794b70a1b24389e712f7170d2cbd36e (diff) | |
download | gitlab-ce-da9606512846aca61fb52f8afd6e9742426f8e3a.tar.gz |
Merge branch 'patch-74' into 'master'
Fix typo in doc/ci/yaml/README.md
See merge request gitlab-org/gitlab-ce!31923
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 2be93433b36..76b73729d0b 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -1721,7 +1721,7 @@ This example creates three paths of execution: 1. If `needs:` is set to point to a job that is not instantiated because of `only/except` rules or otherwise does not exist, the job will fail. -1. Note that one day one of the launch, we are temporarily limiting the +1. Note that on day one of the launch, we are temporarily limiting the maximum number of jobs that a single job can need in the `needs:` array. Track our [infrastructure issue](https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/7541) for details on the current limit. |