Commit a24d4b3c authored by Grzegorz Bizon's avatar Grzegorz Bizon

Use deep_dup to duplicate hash in CI/CD extendable config

parent fe08bdf3
......@@ -10,7 +10,7 @@ module Gitlab
CircularDependencyError = Class.new(ExtensionError)
def initialize(hash)
@hash = hash.dup
@hash = hash.deep_dup
each { |entry| entry.extend! if entry.extensible? }
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