Commit 3b8eb123 authored by Marcel Amirault's avatar Marcel Amirault Committed by Russell Dickenson

CI/CD variables should start with a letter

parent 5017e232
......@@ -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