From: Pavel Hrdina Date: Tue, 14 Jul 2020 14:29:26 +0000 (+0200) Subject: meson: ci: increase git clone depth to 1000 X-Git-Tag: v6.7.0-rc1~603 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9aea94b3852fc2870492efc1d58a1b9a2b7c8c36;p=thirdparty%2Flibvirt.git meson: ci: increase git clone depth to 1000 Having limit set to 100 is in most cases perfect but sometimes there can be a larger series that will have more than 100 patches and it will make the check-dco job fail. Signed-off-by: Pavel Hrdina Reviewed-by: Ján Tomko Reviewed-by: Peter Krempa Reviewed-by: Neal Gompa --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e6618532a..1b046bd320 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -508,3 +508,5 @@ check-dco: except: variables: - $CI_PROJECT_NAMESPACE == 'libvirt' + variables: + GIT_DEPTH: 1000