Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
71bbdc3bb4d6
Commit
39c17ccb
authored
Oct 26, 2016
by
Stan Hu
Browse files
Fix Rubocop unused variables warning
parent
8b0e856d8878
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/services/ci/process_pipeline_service.rb
View file @
71bbdc3b
...
...
@@ -40,10 +40,10 @@ def process_stage(index)
def
process_build
(
build
,
current_status
)
if
valid_statuses_for_when
(
build
.
when
).
include?
(
current_status
)
r
=
build
.
enqueue
build
.
enqueue
true
else
r
=
build
.
skip
build
.
skip
false
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