Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
fbbbefca
Commit
fbbbefca
authored
Feb 03, 2021
by
Duncan Harris
Committed by
Marcel Amirault
Feb 03, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding `.` to list of masked variables
parent
2eb25004
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
doc/ci/variables/README.md
doc/ci/variables/README.md
+4
-3
No files found.
doc/ci/variables/README.md
View file @
fbbbefca
...
...
@@ -209,9 +209,10 @@ The value of the variable must:
-
Be in a single line.
-
Be at least 8 characters long.
-
Not be a predefined or custom environment variable.
-
Consist only of characters from the Base64 alphabet (RFC4648).
[
In GitLab 12.2
](
https://gitlab.com/gitlab-org/gitlab-foss/-/issues/63043
)
and newer,
`@`
and
`:`
are also valid values.
-
Consist only of:
-
Characters from the Base64 alphabet (RFC4648).
-
The
`@`
and
`:`
characters (
[
In GitLab 12.2
](
https://gitlab.com/gitlab-org/gitlab-foss/-/issues/63043
)
and later).
-
The
`.`
character (
[
In GitLab 12.10
](
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/29022
)
and later).
You can't mask variables that don't meet these requirements.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment