Skip to content

Fix current build arrow

username-removed-892863 requested to merge 27939-fix-current-build-arrow into master

What does this MR do?

Fix current build arrow

Are there points in the code the reviewer needs to double check?

From doing a git bisect it broke here https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8480/diffs#c18316ce6284e0b2dd34437c82e80099678a3cc2_98_97

Also related touching of that code afterwards https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8668/diffs#c18316ce6284e0b2dd34437c82e80099678a3cc2_98_97

The first bad commit could be any of:
78874519db2ca2f18a2fbca5fe070292e521d0c1
e950830ba6a0efa3b0992e6e55cb5b5842f8573a
061bb6eb6ed0ca6be3c571b3fcfd14a6f9729205
We cannot bisect more!

You can test it out for yourself

Working (commit right before merging https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8480)

git checkout 8171a1932b3c5e55ad3ea8402ac68ff14692ca32

Not working: "Merge branch '23563-document-presenters' into 'master'" 9a985f6ec34d250c4468478a390cb40337d22d33 MR: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8480

git checkout 9a985f6ec34d250c4468478a390cb40337d22d33

Why was this MR needed?

Screenshots (if relevant)

Before After

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #27939 (closed)

Merge request reports