summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuping Zuo <zypa13510@163.com>2018-10-09 06:28:36 +0000
committerYuping Zuo <zypa13510@163.com>2018-10-09 06:28:36 +0000
commitea7175f8cff889d07144499aaf230c789a67f8c6 (patch)
treeeee3f66198bd99edd40d2d2b2df8e8c6a2df6d81
parentc90d34044af13ee1a142c116d615edd33306702e (diff)
downloadgitlab-ce-ea7175f8cff889d07144499aaf230c789a67f8c6.tar.gz
Update README.md
-rw-r--r--doc/ci/yaml/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 8b770495853..03dc6fde651 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -415,7 +415,7 @@ Four keys are now available: `refs`, `kubernetes` and `variables` and `changes`.
Refs strategy equals to simplified only/except configuration, whereas
kubernetes strategy accepts only `active` keyword.
-### `variables`
+### `only:variables`
`variables` keyword is used to define variables expressions. In other words
you can use predefined variables / project / group or
@@ -460,7 +460,7 @@ end-to-end:
Learn more about variables expressions on [a separate page][variables-expressions].
-### `changes`
+### `only:changes`
Using `changes` keyword with `only` or `except` makes it possible to define if
a job should be created based on files modified by a git push event.