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:
authormfluharty <mfluharty@gitlab.com>2019-05-07 22:37:29 +0300
committermfluharty <mfluharty@gitlab.com>2019-06-04 16:09:01 +0300
commit598fa4cdd8e698d4ed19ad6101989aa286c9131c (patch)
tree8cb38abd21ba624dde4057b4227f2e1284821ccc /doc/ci
parentd16c11ab36d91fc51a01406fa77ee2bf307ad8f5 (diff)
Default masked to false for new variables
Set the default value to false Adjust tests to expect false as the default Update documentation to make new default clear
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 2157a6dc097..3b137297f40 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -86,7 +86,7 @@ Variable types can be set via the [UI](#via-the-ui) or the [API](../../api/proje
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/13784) in GitLab 11.10
-By default, variables will be created as masked variables.
+Variables can be created as masked variables.
This means that the value of the variable will be hidden in job logs,
though it must match certain requirements to do so: