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
# Base GitLab CI Configuration facade
#
class Config
<<<<<<< HEAD
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 = {})
@config = build_config(config, opts)
@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