diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-30 22:46:28 +0200 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-30 22:46:28 +0200 |
commit | 2f81380ef5db7070308edfae00b4c858998c57f1 (patch) | |
tree | b7cc7dae150d3e2420a94e99dd201b51dcc277ab | |
parent | submodules need to be checked out, or so I have heard (diff) | |
download | librewolf-linux-2f81380ef5db7070308edfae00b4c858998c57f1.tar.gz librewolf-linux-2f81380ef5db7070308edfae00b4c858998c57f1.tar.bz2 librewolf-linux-2f81380ef5db7070308edfae00b4c858998c57f1.zip |
checkout submodules globally
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files 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}" |