Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a15a7956
Commit
a15a7956
authored
Mar 28, 2018
by
Mayra Cabrera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes conflicts on 'lib/gitlab/ci/config.rb'
parent
26a5626d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
lib/gitlab/ci/config.rb
lib/gitlab/ci/config.rb
+1
-6
No files found.
lib/gitlab/ci/config.rb
View file @
a15a7956
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment