Commit ed0753a9 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Resolve conflicts in ci/config.rb

parent 1c05322f
...@@ -4,11 +4,8 @@ module Gitlab ...@@ -4,11 +4,8 @@ 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
=======
>>>>>>> upstream/master
ConfigError = Class.new(StandardError) ConfigError = Class.new(StandardError)
def initialize(config, opts = {}) def initialize(config, opts = {})
...@@ -69,11 +66,8 @@ module Gitlab ...@@ -69,11 +66,8 @@ module Gitlab
@global.jobs_value @global.jobs_value
end end
<<<<<<< HEAD
private private
=======
>>>>>>> upstream/master
# 'opts' argument is used in EE see /ee/lib/ee/gitlab/ci/config.rb # 'opts' argument is used in EE see /ee/lib/ee/gitlab/ci/config.rb
def build_config(config, opts = {}) def build_config(config, opts = {})
Loader.new(config).load! Loader.new(config).load!
......
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