diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-06-01 21:22:38 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-06-01 21:22:38 +0800 |
commit | 0ab8c852db118701ae5a1d105c1da74a0b88f60f (patch) | |
tree | 0cf41f0c3b44ba643ed856ad8053b04edd50ef7c /doc/ci/variables | |
parent | fb70cf077cbc3b4fe07fad930be67331d2e57817 (diff) | |
download | gitlab-ce-0ab8c852db118701ae5a1d105c1da74a0b88f60f.tar.gz |
Just mention which GitLab version is required
Feedback:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11688/diffs#note_31277454
Diffstat (limited to 'doc/ci/variables')
-rw-r--r-- | doc/ci/variables/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md index 0a031578a18..76ad7c564a3 100644 --- a/doc/ci/variables/README.md +++ b/doc/ci/variables/README.md @@ -160,7 +160,7 @@ Once you set them, they will be available for all subsequent pipelines. ## Protected secret variables >**Notes:** -- This feature requires GitLab 9.3 or higher, and GitLab Runner 0.4.0 or higher. +This feature requires GitLab 9.3 or higher. Secret variables could be protected. Whenever a secret variable is protected, it would only be securely passed to pipelines running on the |