Skip to content

Add -q into git clean flags to suppress log output.

Description

Adds -q option into the automatic git clean flags of CI. This should avoid logs being overloaded with messages from git clean while maintaining the clean step as it currently is. The default set of flags is also included as shown in here https://docs.gitlab.com/ee/user/project/repository/monorepos/#git-clean-flags

Merge request reports

Loading