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
author:
type: changed
......@@ -15,7 +15,7 @@ module Gitlab
end
def value
Array(@config).flatten
Array(@config).flatten(1)
end
end
end
......
......@@ -15,7 +15,7 @@ module Gitlab
end
def value
config.flatten
config.flatten(1)
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