Commit 2c405266 authored by James Johnson's avatar James Johnson

Fixes sentence about variable pattern matching

parent a457bfe8
...@@ -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