Suppress Git clean output in GitLab CI

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 commit is contained in:
Michal Nowak 2023-03-20 10:41:42 +01:00
parent 24fc7f040e
commit ddb33a12fc
No known key found for this signature in database

View file

@ -8,6 +8,7 @@ variables:
CCACHE_DIR: "/ccache"
GIT_DEPTH: 1
GIT_CLEAN_FLAGS: -ffdxq
# The following values may be overwritten in GitLab's CI/CD Variables Settings.
BUILD_PARALLEL_JOBS: 6