From bee1919996e1528d1f8fdea58285186082bfe8b9 Mon Sep 17 00:00:00 2001 From: Alexander Wellbrock <a.wellbrock@mailbox.org> Date: Mon, 27 Apr 2020 12:52:56 +0200 Subject: [PATCH] Fix missing submodule in CI pipeline --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d41bc95..a97abea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,8 @@ image: registry.gitlab.com/othermo/fedora-build:latest +variables: + GIT_SUBMODULE_STRATEGY: 'recursive' + before_script: - git config --global user.email "info@othermo.de" - git config --global user.name "Othermo CI" -- GitLab