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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-13 03:09:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-13 03:09:14 +0300
commit2023b1313d8f42bff1d6563330c0a7eed9d4dd85 (patch)
tree06c7a56b6a573f1edaaa3c1950c9a9853b640c78 /doc/ci/variables
parent8cdf31a1f97786973eb60564ef667e8416d1b1c8 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/variables')
-rw-r--r--doc/ci/variables/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/variables/index.md b/doc/ci/variables/index.md
index 557b2fe70d7..fe7e5519b4a 100644
--- a/doc/ci/variables/index.md
+++ b/doc/ci/variables/index.md
@@ -294,7 +294,7 @@ To mask a variable:
1. In the project, group, or Admin Area, go to **Settings > CI/CD**.
1. Expand the **Variables** section.
1. Next to the variable you want to protect, select **Edit**.
-1. Select the **Mask variable** check box.
+1. Select the **Mask variable** checkbox.
1. Select **Update variable**.
The value of the variable must:
@@ -331,7 +331,7 @@ To protect a variable:
1. Go to **Settings > CI/CD** in the project, group or instance admin area.
1. Expand the **Variables** section.
1. Next to the variable you want to protect, select **Edit**.
-1. Select the **Protect variable** check box.
+1. Select the **Protect variable** checkbox.
1. Select **Update variable**.
The variable is available for all subsequent pipelines.