Skip to content

Fix curl error (23)

Tiffany Rea requested to merge 456895-fix-container-registry-spec into master

What does this MR do and why?

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Fix https://gitlab.com/gitlab-org/gitlab/-/issues/456895

The test failed because test pipeline failed. Test pipeline failed because

Screenshot_2024-05-10_at_11.26.50_AM

This happens when a piped program (e.g. grep) closes the read pipe before the previous program is finished writing.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

Success job looks like this

Screenshot_2024-05-10_at_11.59.46_AM

Related to #456895

Edited by Tiffany Rea

Merge request reports