mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch 'mnowak/suppress-gitlab-clean-up-output' into 'main'
Suppress Git clean output in GitLab CI See merge request isc-projects/bind9!7702
This commit is contained in:
commit
5c39b119c9
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