From 819d60ec8b4ad43a98f6ca70394a69f04b1a7cd6 Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Fri, 28 May 2021 16:45:47 +0200 Subject: [PATCH] ci: gir-checks: Update submodules before running jobs This might explain the weird diff we were seeing in submodule hashes. All other jobs checking `git diff` after their operations make sure they're up-to-date, except the `gir-checks` step. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 769f8a6a1..05bdc429e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -381,6 +381,8 @@ deny: - cargo deny --color=always check gir-checks: + variables: + GIT_SUBMODULE_STRATEGY: recursive extends: .img-stable stage: 'extras' script: