Commit 337aee2b authored by Robert Speicher's avatar Robert Speicher

Merge branch '6915-tell-people-to-rebase' into 'master'

Resolve "Tell people to rebase themselves when ee-specific-lines-check failed to rebase"

Closes #6915

See merge request gitlab-org/gitlab-ee!6562
parents 3306ef9f 208287e6
...@@ -166,27 +166,16 @@ module EESpecificCheck ...@@ -166,27 +166,16 @@ module EESpecificCheck
run_git_command("rebase --abort") run_git_command("rebase --abort")
say <<~MESSAGE say <<~MESSAGE
💥 Git status not clean! This shouldn't happen, but there are two 💥 Git status is not clean! This means the CE branch has or had a
💥 known issues. One can be worked around, and the other can't. 💥 conflict with CE master, and we cannot resolve this in an
💥 automatic way.
💥 💥
💥 First please try to update your CE branch with CE master, and 💥 Please rebase #{target_head} with CE master.
💥 retry this job. You could find more information in this issue:
💥 💥
💥 https://gitlab.com/gitlab-org/gitlab-ee/issues/5960#note_72669536 💥 For more details, please read:
💥 https://gitlab.com/gitlab-org/gitlab-ee/issues/6038#note_86862115
💥 💥
💥 It's possible, however, that that doesn't work out. In this case, 💥 Git diff:
💥 please just disregard this job. You could find other information at:
💥
💥 https://gitlab.com/gitlab-org/gitlab-ee/issues/6038
💥
💥 There's a work-in-progress fix at:
💥
💥 https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5719
💥
💥 If you would like to help, or have any questions, please
💥 contact @godfat
⚠️ Git diff:
#{diff} #{diff}
MESSAGE MESSAGE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment