]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: GIT_STRATEGY: clone for commit-check
authorAlexander Sosedkin <asosedkin@redhat.com>
Thu, 6 Nov 2025 10:38:26 +0000 (11:38 +0100)
committerAlexander Sosedkin <asosedkin@redhat.com>
Tue, 18 Nov 2025 15:47:05 +0000 (16:47 +0100)
Signed-off-by: Alexander Sosedkin <asosedkin@redhat.com>
.gitlab-ci.yml

index e64627928175f17a7ef5b71e63d484d2b26180a8..2d9a7f55a582b8054dbe7a0911a4153493a78740 100644 (file)
@@ -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: []