Tell Gitlab to grab git submodules.
authorJason S. Ninneman <jsn@mbar.us>
Thu, 8 Jun 2017 01:57:53 +0000 (18:57 -0700)
committerJason S. Ninneman <jsn@mbar.us>
Thu, 8 Jun 2017 03:19:24 +0000 (20:19 -0700)
.gitlab-ci.yml

index 3ba0a21da31023beb66b43c3a6bde562bd8f7656..5765127ea48fafa3303055864d300bcfef82ec5f 100644 (file)
@@ -1,5 +1,8 @@
 image: alpine
 
+variables:
+  GIT_SUBMODULE_STRATEGY: recursive
+
 stages:
   - build
   - test