Commit 9d363bca authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'docs-variables-first-character' into 'master'

CI/CD variables should start with a letter

See merge request gitlab-org/gitlab!75330
parents 88343240 3b8eb123
......@@ -3653,7 +3653,8 @@ variable defined, the [job-level variable takes precedence](../variables/index.m
**Possible inputs**: Variable name and value pairs:
- The name can use only numbers, letters, and underscores (`_`).
- The name can use only numbers, letters, and underscores (`_`). In some shells,
the first character must be a letter.
- The value must be a string.
**Examples of `variables`:**
......
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