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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
20ccd446
Commit
20ccd446
authored
Jun 09, 2016
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not require Ci config node to have a hash value
parent
6a319fd2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
lib/gitlab/ci/config/node/configurable.rb
lib/gitlab/ci/config/node/configurable.rb
+8
-0
lib/gitlab/ci/config/node/entry.rb
lib/gitlab/ci/config/node/entry.rb
+0
-4
No files found.
lib/gitlab/ci/config/node/configurable.rb
View file @
20ccd446
...
...
@@ -5,6 +5,14 @@ module Gitlab
module
Configurable
extend
ActiveSupport
::
Concern
def
initialize
(
*
)
super
unless
leaf?
||
has_config?
@errors
<<
'should be a configuration entry with hash value'
end
end
def
keys
self
.
class
.
nodes
||
{}
end
...
...
lib/gitlab/ci/config/node/entry.rb
View file @
20ccd446
...
...
@@ -13,10 +13,6 @@ module Gitlab
@parent
=
parent
@nodes
=
{}
@errors
=
[]
unless
leaf?
||
has_config?
@errors
<<
'should be a configuration entry with hash value'
end
end
def
process!
...
...
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