checkout submodules globally

This commit is contained in:
ohfp 2020-03-30 22:46:28 +02:00
parent 6bce9cc29a
commit 2f81380ef5

View file

@ -2,6 +2,8 @@ stages:
- build - build
- paks - paks
variables:
GIT_SUBMODULE_STRATEGY: recursive
# variables: # variables:
# TARBALL: $TARBALL # TARBALL: $TARBALL
# ARCH: $ARCH # ARCH: $ARCH
@ -43,8 +45,6 @@ stages:
- "librewolf-${pkgver}-${pkgrel}-${CARCH}.pkg.tar*" - "librewolf-${pkgver}-${pkgrel}-${CARCH}.pkg.tar*"
.flatpak_config: &flatpak_config .flatpak_config: &flatpak_config
variables:
GIT_SUBMODULE_STRATEGY: recursive
stage: paks stage: paks
artifacts: artifacts:
name: "Librewolf-${pkgver}-${pkgrel}-Flatpak-${CARCH}" name: "Librewolf-${pkgver}-${pkgrel}-Flatpak-${CARCH}"