Commit eb0f2b38 authored by Matija Čupić's avatar Matija Čupić

Add explicit flatten level

parent dd6b4682
--- ---
title: Add support for YAML acnhors in CI scripts. title: Add support for YAML anchors in CI scripts.
merge_request: 18849 merge_request: 18849
author: author:
type: changed type: changed
...@@ -15,7 +15,7 @@ module Gitlab ...@@ -15,7 +15,7 @@ module Gitlab
end end
def value def value
Array(@config).flatten Array(@config).flatten(1)
end end
end end
end end
......
...@@ -15,7 +15,7 @@ module Gitlab ...@@ -15,7 +15,7 @@ module Gitlab
end end
def value def value
config.flatten config.flatten(1)
end end
end end
end end
......
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