From: Alexander Sosedkin Date: Thu, 6 Nov 2025 10:38:26 +0000 (+0100) Subject: .gitlab-ci.yml: GIT_STRATEGY: clone for commit-check X-Git-Tag: 3.8.11~2^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4370c8aee08562b39b72b9ec7226bc93c5b35f8a;p=thirdparty%2Fgnutls.git .gitlab-ci.yml: GIT_STRATEGY: clone for commit-check Signed-off-by: Alexander Sosedkin --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e646279281..2d9a7f55a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -151,6 +151,7 @@ default: commit-check: stage: .pre variables: + GIT_STRATEGY: clone # otherwise starts dirty on submodule updates GIT_SUBMODULE_STRATEGY: none image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$ALPINE_BASE_BUILD before_script: []