Commit a15a7956 authored by Mayra Cabrera's avatar Mayra Cabrera

Fixes conflicts on 'lib/gitlab/ci/config.rb'

parent 26a5626d
...@@ -4,14 +4,9 @@ module Gitlab ...@@ -4,14 +4,9 @@ module Gitlab
# Base GitLab CI Configuration facade # Base GitLab CI Configuration facade
# #
class Config class Config
<<<<<<< HEAD
prepend EE::Gitlab::Ci::Config prepend EE::Gitlab::Ci::Config
=======
# EE would override this and utilize opts argument
def initialize(config, opts = {})
@config = Loader.new(config).load!
>>>>>>> upstream/master
# EE would override this and utilize opts argument
def initialize(config, opts = {}) def initialize(config, opts = {})
@config = build_config(config, opts) @config = build_config(config, opts)
@global = Entry::Global.new(@config) @global = Entry::Global.new(@config)
......
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