Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-06-07 16:15:27 +0300
committerStan Hu <stanhu@gmail.com>2019-06-07 16:15:27 +0300
commit25ef3a9687494bea8927d7109f6e684beba2eb95 (patch)
treedf93c1ce4c1f2ea96918ff6a5f01568de3590bab /doc/ci
parent2320e4451fa0c0c60326a7d29fa53599559b6484 (diff)
parent6a90249b6a9c14391bf1ada9bb4726e8bf1e4ffd (diff)
Merge branch 'thomas-nilsson-irfu/gitlab-ce-thomas-nilsson-irfu-master-patch-13137' into 'master'
Allow masking if 8 or more characters in base64 See merge request gitlab-org/gitlab-ce!29143
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/variables/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md
index fe64f5ab2e0..df455857dee 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -92,7 +92,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 only consist of characters from the Base64 alphabet, defined in [RFC4648](https://tools.ietf.org/html/rfc4648).
- The value must be at least 8 characters long.
- The value must not use variables.