diff options
author | Robert Speicher <robert@gitlab.com> | 2016-02-09 21:34:46 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-02-09 21:34:46 +0000 |
commit | 4317b22741e0ffe7f3e6fe5227889cf85ccd7121 (patch) | |
tree | d9523ba88c4a72dbc81bab6a91abaf60c9d34c7a /app | |
parent | 94feb4da9d993199864d695126bb89d069a9f072 (diff) | |
parent | 078ec5e414bde2d8014d40cd476917d75d4756ac (diff) | |
download | gitlab-ce-4317b22741e0ffe7f3e6fe5227889cf85ccd7121.tar.gz |
Merge branch 'variables-build-log' into 'master'
Add notice about variables in build log
Related to: https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/1942
[ci skip]
See merge request !2761
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/variables/show.html.haml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/projects/variables/show.html.haml b/app/views/projects/variables/show.html.haml index e80dffc1ced..efe1e6f24c2 100644 --- a/app/views/projects/variables/show.html.haml +++ b/app/views/projects/variables/show.html.haml @@ -3,9 +3,11 @@ Secret Variables %p.light - These variables will be set to environment by the runner and will be hidden in the build log. + These variables will be set to environment by the runner. %br So you can use them for passwords, secret keys or whatever you want. + %br + The value of the variable can be visible in build log if explicitly asked to do so. %hr |