projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41265e0
)
Tell Gitlab to grab git submodules.
author
Jason S. Ninneman
<jsn@mbar.us>
Thu, 8 Jun 2017 01:57:53 +0000
(18:57 -0700)
committer
Jason S. Ninneman
<jsn@mbar.us>
Thu, 8 Jun 2017 03:19:24 +0000
(20:19 -0700)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 3ba0a21da31023beb66b43c3a6bde562bd8f7656..5765127ea48fafa3303055864d300bcfef82ec5f 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-1,5
+1,8
@@
image: alpine
+variables:
+ GIT_SUBMODULE_STRATEGY: recursive
+
stages:
- build
- test