aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-30 22:22:18 +0200
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-30 22:22:18 +0200
commit6bce9cc29a3d5ad87b411a478b1ccf5aeaa9606e (patch)
tree4dbdfdb97583a1109cccc799f5b0dcc3f5aa7478 /.gitlab-ci.yml
parentnow move shared-modules where the path is pointing to (diff)
downloadlibrewolf-linux-6bce9cc29a3d5ad87b411a478b1ccf5aeaa9606e.tar.gz
librewolf-linux-6bce9cc29a3d5ad87b411a478b1ccf5aeaa9606e.tar.bz2
librewolf-linux-6bce9cc29a3d5ad87b411a478b1ccf5aeaa9606e.zip
submodules need to be checked out, or so I have heard
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 56411ae..f2c321a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,6 +43,8 @@ stages:
- "librewolf-${pkgver}-${pkgrel}-${CARCH}.pkg.tar*"
.flatpak_config: &flatpak_config
+ variables:
+ GIT_SUBMODULE_STRATEGY: recursive
stage: paks
artifacts:
name: "Librewolf-${pkgver}-${pkgrel}-Flatpak-${CARCH}"
bgstack15