From 2f81380ef5db7070308edfae00b4c858998c57f1 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Mon, 30 Mar 2020 22:46:28 +0200 Subject: checkout submodules globally --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2c321a..f2fbe31 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,8 @@ stages: - build - paks +variables: + GIT_SUBMODULE_STRATEGY: recursive # variables: # TARBALL: $TARBALL # ARCH: $ARCH @@ -43,8 +45,6 @@ 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}" -- cgit