Gitlab_ci.VarGitLab CI Configuration variables
Variables in GitLab CI configurations.
Variables appear in:
if: expressionsval make : string -> tmake variable_name creates a variable called variable_name.
Raises Invalid_argument if the name is not composed exclusively of characters from the set a-zA-Z0-9_.
val encode : t -> stringThe string representation of a variable.
encode @@ make "foo" is "$foo".