Commit 7fc4c833 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'patch-202' into 'master'

Add link to conjoined variables details

See merge request gitlab-org/gitlab!37769
parents 06e0d9ea 37d5b2ce
...@@ -1265,7 +1265,8 @@ or excluded from a pipeline. In plain English, `if` rules can be interpreted as ...@@ -1265,7 +1265,8 @@ or excluded from a pipeline. In plain English, `if` rules can be interpreted as
`rules:if` differs slightly from `only:variables` by accepting only a single `rules:if` differs slightly from `only:variables` by accepting only a single
expression string per rule, rather than an array of them. Any set of expressions to be expression string per rule, rather than an array of them. Any set of expressions to be
evaluated can be conjoined into a single expression by using `&&` or `||`, and use evaluated can be [conjoined into a single expression](../variables/README.md#conjunction--disjunction)
by using `&&` or `||`, and use
the [variable matching syntax](../variables/README.md#syntax-of-environment-variable-expressions). the [variable matching syntax](../variables/README.md#syntax-of-environment-variable-expressions).
`if:` clauses are evaluated based on the values of [predefined environment variables](../variables/predefined_variables.md) `if:` clauses are evaluated based on the values of [predefined environment variables](../variables/predefined_variables.md)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment