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:
authorGrzegorz Bizon <grzegorz@gitlab.com>2019-08-07 12:42:35 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2019-08-07 12:42:35 +0300
commit9e421d6d4e7eb6564f7a21db8921f6f8163b0b90 (patch)
tree5aed6d16627e751301a7c0e25bd1a8fc2ddcc3c4 /doc/ci
parent2006724e9354df4cb9386ef57a39d08022400f4f (diff)
parent136865713bbaeee03e45e9e7154dd99338d565d6 (diff)
Merge branch 'mc/feature/add-at-colon-variable-masking' into 'master'
Allow masking @ and : characters Closes #63043 See merge request gitlab-org/gitlab-ce!31065
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 c63b1e104ed..01edd873a8d 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -94,7 +94,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 only consist of characters from the Base64 alphabet, defined in [RFC4648](https://tools.ietf.org/html/rfc4648).
+- The value must only consist of characters from the Base64 alphabet ([RFC4648](https://tools.ietf.org/html/rfc4648)) with the addition of `@` and `:`.
- The value must be at least 8 characters long.
- The value must not use variables.