Merge pull request #3242 from murank/fix_failure_of_checking_merge_requests
Fix failure of cheking a merge request after conflict.
This commit is contained in:
commit
3513902396
1 changed files with 1 additions and 1 deletions
|
@ -24,8 +24,8 @@ module Gitlab
|
|||
def clear_and_update!
|
||||
raise_no_satellite unless exists?
|
||||
|
||||
delete_heads!
|
||||
clear_working_dir!
|
||||
delete_heads!
|
||||
update_from_source!
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue