Commit aa6426f46dd615cdb30d8806567c1291a5c97fe1
1 parent
415c0f4b
Exists in
spb-stable
and in
3 other branches
Satellite will exist when doing automerge_check.
Showing
2 changed files
with
0 additions
and
8 deletions
Show diff stats
app/controllers/projects/merge_requests_controller.rb
... | ... | @@ -108,8 +108,6 @@ class Projects::MergeRequestsController < Projects::ApplicationController |
108 | 108 | @merge_request.check_if_can_be_merged |
109 | 109 | end |
110 | 110 | render json: {merge_status: @merge_request.merge_status_name} |
111 | - rescue Gitlab::SatelliteNotExistError | |
112 | - render json: {merge_status: :no_satellite} | |
113 | 111 | end |
114 | 112 | |
115 | 113 | def automerge | ... | ... |