summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2015-06-24 12:03:46 +0000
committerValery Sizov <valery@gitlab.com>2015-06-24 12:03:46 +0000
commit9ae34fda713d0ef0b9c824ff2ef37bc2c5f5d817 (patch)
treeb9f000158524be476a7719cb656fbb2e2740ac62 /app/views
parent5d7884df60facff5f91b577fdd6c0b9149d7266b (diff)
parent306acf65c32963b38d7db74677d3eaedcf441771 (diff)
downloadgitlab-ci-9ae34fda713d0ef0b9c824ff2ef37bc2c5f5d817.tar.gz
Merge branch 'lint_improve' into 'master'
Improved lint stability https://dev.gitlab.org/gitlab/gitlab-ci/issues/294 See merge request !163
Diffstat (limited to 'app/views')
-rw-r--r--app/views/lints/_create.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/lints/_create.html.haml b/app/views/lints/_create.html.haml
index 454ca4b..70b6f8c 100644
--- a/app/views/lints/_create.html.haml
+++ b/app/views/lints/_create.html.haml
@@ -10,7 +10,7 @@
%th Parameter
%th Value
%tbody
- - @config_processor.builds.each do |build|
+ - @builds.each do |build|
%tr
%td Job - #{build[:name]}
%td
@@ -26,7 +26,7 @@
%b Refs except:
= build[:except] && build[:except].join(", ")
- - @config_processor.deploy_builds.each do |build|
+ - @deploy_builds.each do |build|
%tr
%td Deploy Job - #{build[:name]}
%td