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:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-02-09 03:08:49 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-02-09 03:08:49 +0300
commit078ec5e414bde2d8014d40cd476917d75d4756ac (patch)
treeed646f38d9fabcd586654cd66c7b0f07456759f8 /app/views/projects/variables
parent4558bb1f4a4be88bd05f0de9826686a86d63acad (diff)
Add information about expose of build variables.
Diffstat (limited to 'app/views/projects/variables')
-rw-r--r--app/views/projects/variables/show.html.haml4
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