mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 20:32:06 -04:00
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:
parent
24fc7f040e
commit
ddb33a12fc
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue