diff options
author | abuerer <abuerer@gitlab.com> | 2018-01-25 15:57:55 -0600 |
---|---|---|
committer | abuerer <abuerer@gitlab.com> | 2018-01-25 15:57:55 -0600 |
commit | 98626d42c32fcf862a48d4f15b5eb312622b66dc (patch) | |
tree | ee70ba9f1ff565eadd2521f8adaeb6f8fa7ac015 | |
parent | 766d3b9de0f84335169497cd9ef1d30f225c9af8 (diff) | |
download | gitlab-ce-98626d42c32fcf862a48d4f15b5eb312622b66dc.tar.gz |
updating group ci/cd secret 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 598a7515b01..9e59375c247 100644 --- a/doc/ci/variables/README.md +++ b/doc/ci/variables/README.md @@ -172,7 +172,7 @@ Project-level secret variables can be added by going to your project's **Settings > CI/CD**, then finding the section called **Secret variables**. Likewise, group-level secret variables can be added by going to your group's -**Settings > CI/CD**, then finding the section called **Secret variables**. +**Settings > CI/CD**. Any variables of [subgroups] will be inherited recursively. ![Secret variables](img/secret_variables.png) |