fetch submodules

This commit is contained in:
Maximilian Keßler 2021-10-24 08:38:33 +02:00
parent ba297f86aa
commit ea4051c55c

View file

@ -3,6 +3,9 @@ stages: # List of stages for jobs, and their order of execution
- build
- deploy
variables:
GIT_SUBMODULE_STRAGEY: recursive
get-build-repo: # This job runs in the build stage, which runs first.
stage: get
before_script: