summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrasimir Angelov <kangelov@gitlab.com>2019-05-29 22:40:23 +1200
committerKrasimir Angelov <kangelov@gitlab.com>2019-05-29 22:40:23 +1200
commit8546b296d3904cfbb3c447877f690b9570a06f84 (patch)
treed6f4882c9b8e7cf8433a09e4be5087afa5b81f68
parent328740c61327f20c18b43b5015d4411897a24c3c (diff)
downloadgitlab-ce-docs-masked-variables-requirements.tar.gz
Clarify allowed characters in masked variablesdocs-masked-variables-requirements
-rw-r--r--doc/ci/variables/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md
index d33275cae4f..2e66860e8d6 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -91,6 +91,7 @@ This means that the value of the variable will be hidden in job logs,
though it must match certain requirements to do so:
- The value must be in a single line.
+- The value must contain only letters, numbers, or underscores.
- The value must not have escape characters.
- The value must not use variables.
- The value must not have any whitespace.