Set GIT_SUBMODULE_STRATEGY in CI

This commit is contained in:
Aleksandras Kostarevas 2023-08-31 23:00:28 +03:00
parent 283884a1bd
commit 2ecda40b19

View File

@ -1,6 +1,9 @@
default:
image: "docker.io/abb128/android-build:latest@sha256:8df16e2badb5e42d2f5e3862683c7ff0ebdcc348affe059385e42eebef79302f"
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages: # List of stages for jobs, and their order of execution
- build