move git submodule step into dockerfile

This commit is contained in:
Maple 2025-10-16 11:54:31 +02:00
commit 4228f1079b
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
image: docker:24.0.5
before_script:
- git submodule update --init
-
stages:
- build