Fix merge service error with no source
This shouldn't be possible in CE, but is needed so that the code is the same in CE and EE.
This commit is contained in:
parent
3582465043
commit
40d26e2554
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ module MergeRequests
|
|||
@source = find_merge_source
|
||||
|
||||
unless @source
|
||||
log_merge_error('No source for merge', save_message_on_model: true)
|
||||
return log_merge_error('No source for merge', save_message_on_model: true)
|
||||
end
|
||||
|
||||
merge_request.in_locked_state do
|
||||
|
|
Loading…
Reference in a new issue