Skip to content

Suppress Git clean output in GitLab CI

Michal Nowak requested to merge mnowak/suppress-gitlab-clean-up-output into main

Git clean in GitLab CI can take up to a thousand lines, thus cluttering the output for no good reason.

The default GitLab GIT_CLEAN_FLAGS variable is extended with "q" as in "quiet.

This is a follow-up on a previous QA discussion.

See the Checking out ... as main... step:

Merge request reports