Commit 51ed8fd7 authored by Douwe Maan's avatar Douwe Maan

Use correct var name

parent c746a1de
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment