Use correct var name

This commit is contained in:
Douwe Maan 2015-10-22 15:40:21 +02:00
parent c746a1de4e
commit 51ed8fd706

View file

@ -77,7 +77,7 @@ module Gitlab
def self.full_cache_key(cache_key, pipeline_name)
return unless cache_key
pipeline_name ||= :full
["markdown", *cache_key, pipeline]
["markdown", *cache_key, pipeline_name]
end
def self.pipeline_by_name(pipeline_name)