diff options
author | Jason Lenny <jason@gitlab.com> | 2019-08-15 10:04:33 +0000 |
---|---|---|
committer | Jason Lenny <jason@gitlab.com> | 2019-08-15 10:04:33 +0000 |
commit | fc4481f606223256fc3c0ba0269a0d0b91312301 (patch) | |
tree | fe02350549f453d2277a56652226af7a28d256d4 | |
parent | 6e6146fa3b50118807428bdb93ecf1e803416f6c (diff) | |
download | gitlab-ce-implement-dag-docs.tar.gz |
Reverse behavior of ci_dag_limit_needsimplement-dag-docs
-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 ae04a39a227..2be93433b36 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -1741,7 +1741,7 @@ This example creates three paths of execution: that have the keyword `needs:` or are referred to by one. 1. For self-managed users, the feature must be turned on using the `ci_dag_support` feature flag. The `ci_dag_limit_needs` option, if set, will limit the number of - jobs that a single job can need to `5`. If unset, the limit is `50`. + jobs that a single job can need to `50`. If unset, the limit is `5`. ### `coverage` |