Commit 9eaa0743 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'variable-patterns-grammar-fix' into 'master'

Fixes sentence about variable pattern matching

See merge request gitlab-org/gitlab!33313
parents e0beae4e 2c405266
...@@ -669,7 +669,7 @@ Below you can find supported syntax reference: ...@@ -669,7 +669,7 @@ Below you can find supported syntax reference:
which means that it is defined and non-empty, you can simply use which means that it is defined and non-empty, you can simply use
variable name as an expression, like `$STAGING`. If `$STAGING` variable variable name as an expression, like `$STAGING`. If `$STAGING` variable
is defined, and is non empty, expression will evaluate to truth. is defined, and is non empty, expression will evaluate to truth.
`$STAGING` value needs to a string, with length higher than zero. `$STAGING` value needs to be a string, with length higher than zero.
Variable that contains only whitespace characters is not an empty variable. Variable that contains only whitespace characters is not an empty variable.
1. Pattern matching (introduced in GitLab 11.0) 1. Pattern matching (introduced in GitLab 11.0)
......
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