From d1997b2719b02c0fd58248f775cc4c558344dc9a Mon Sep 17 00:00:00 2001 From: Joseph Walton-Rivers <joseph@fossgalaxy.com> Date: Sat, 20 Aug 2022 08:04:43 +0000 Subject: [PATCH] Update .gitlab-ci.yml - ensure that the flatpak submodule is cloned --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3577888..5e2f461 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,9 @@ stages: - test - deploy +variables: + GIT_SUBMODULE_STRATEGY: recursive + .f34-ogl: image: git.fossgalaxy.com:8042/gamedev/containers/fedora:36-opengl before_script: -- GitLab