BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
deploy_keys.rb
lib/api/deploy_keys.rb
+1
-0
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