Skip to content

Fix failure of cheking a merge request after conflict.

Created by: murank

Once a merge request conflicts, the next check will also fail even if the request can be merged, because clearing a conflicting satellite fails.

We should reset worktree first in order to checkout the parking branch and delete all branches correctly.

Merge request reports