diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-13 03:09:49 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-13 03:09:49 +0000 |
commit | dcce066c5059c4df112dce4a9edf288d74aec48b (patch) | |
tree | 8b530a25a3a1a53c1a8f03e3a773d1043507290c /doc/ci/yaml/README.md | |
parent | 3cd08f4bf96cda3e9d3abf233095107832b17c20 (diff) | |
download | gitlab-ce-dcce066c5059c4df112dce4a9edf288d74aec48b.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/yaml/README.md')
-rw-r--r-- | doc/ci/yaml/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 10f35a4afcf..84bd67b42c3 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -937,6 +937,9 @@ This could result in some unexpected behavior, including: `rules` allows for a list of individual rule objects to be evaluated *in order*, until one matches and dynamically provides attributes to the job. +Note that `rules` cannot be used in combination with `only/except` since it is intended +to replace that functionality. If you attempt to do this the linter will return a +`key may not be used with rules` error. Available rule clauses include: |