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
d1eb3ff5
Commit
d1eb3ff5
authored
Jan 17, 2018
by
Oswaldo Ferreira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make ruby lint happy
parent
87229cb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
lib/api/deploy_keys.rb
lib/api/deploy_keys.rb
+1
-0
spec/lib/gitlab/ci/config/entry/key_spec.rb
spec/lib/gitlab/ci/config/entry/key_spec.rb
+2
-2
No files found.
lib/api/deploy_keys.rb
View file @
d1eb3ff5
...
...
@@ -116,6 +116,7 @@ module API
result
=
deploy_keys_project
.
update_attributes
(
can_push:
can_push
,
deploy_key_attributes:
{
id:
params
[
:key_id
],
title:
title
})
if
result
present
deploy_keys_project
,
with:
Entities
::
DeployKeysProject
else
...
...
spec/lib/gitlab/ci/config/entry/key_spec.rb
View file @
d1eb3ff5
...
...
@@ -10,7 +10,7 @@ describe Gitlab::Ci::Config::Entry::Key do
end
it
'reports errors with config value'
do
expect
(
entry
.
errors
).
to
include
'key config cannot contain the "/" character'
expect
(
entry
.
errors
).
to
include
'key config cannot contain the "/" character'
end
end
...
...
@@ -20,7 +20,7 @@ describe Gitlab::Ci::Config::Entry::Key do
end
it
'reports errors with config value'
do
expect
(
entry
.
errors
).
to
include
'key config cannot be "." or ".."'
expect
(
entry
.
errors
).
to
include
'key config cannot be "." or ".."'
end
end
...
...
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