summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorKatarzyna Kobierska <kkobierska@gmail.com>2016-09-09 10:51:44 +0200
committerKatarzyna Kobierska <kkobierska@gmail.com>2016-09-30 12:22:55 +0200
commit375072aa279f8e89a095b957005ae03ee1b0a7ff (patch)
tree5c87206f12d87ad31948fc244f57cb6749d74a4c /app
parentf80e7683237a4aca01ff3d0c729c4933dde8753c (diff)
downloadgitlab-ce-375072aa279f8e89a095b957005ae03ee1b0a7ff.tar.gz
Add missing values to linter
Diffstat (limited to 'app')
-rw-r--r--app/views/ci/lints/_create.html.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/ci/lints/_create.html.haml b/app/views/ci/lints/_create.html.haml
index f7875e68b7e..59be8bbad81 100644
--- a/app/views/ci/lints/_create.html.haml
+++ b/app/views/ci/lints/_create.html.haml
@@ -21,7 +21,7 @@
%br
%b Tag list:
- = build[:tags]
+ = build[:tag_list]
%br
%b Refs only:
= build[:only] && build[:only].join(", ")
@@ -29,6 +29,9 @@
%b Refs except:
= build[:except] && build[:except].join(", ")
%br
+ %b Environment:
+ = build[:environment]
+ %br
%b When:
= build[:when]
- if build[:allow_failure]