Commit 06a6f5a9 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'tristan-var' into 'master'

Docs: remove reference to dashes in CI variables

See merge request gitlab-org/gitlab!32782
parents f93290b5 63053057
......@@ -106,7 +106,7 @@ From within the UI, you can add or update custom environment variables:
1. Go to your project's **Settings > CI/CD** and expand the **Variables** section.
1. Click the **Add Variable** button. In the **Add variable** modal, fill in the details:
- **Key**: Must be one line, with no spaces, using only letters, numbers, `-` or `_`.
- **Key**: Must be one line, with no spaces, using only letters, numbers, or `_`.
- **Value**: No limitations.
- **Type**: `File` or `Variable`.
- **Environment scope**: `All`, or specific environments.
......
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