Commit c742d8fa authored by Grzegorz Bizon's avatar Grzegorz Bizon

Do not raise error when YAML variables are empty

parent 09b4e494
......@@ -40,7 +40,7 @@ module EE
end
def downstream_variables
yaml_variables.map { |hash| hash.except(:public) }
yaml_variables.to_a.map { |hash| hash.except(:public) }
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