checkout submodules globally
This commit is contained in:
parent
6bce9cc29a
commit
2f81380ef5
1 changed files with 2 additions and 2 deletions
|
|
@ -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}"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue