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:
5fda630
)
Use a workaround of Gitlab issue 2148.wq
author
Jason S. Ninneman
<jsn@mbar.us>
Thu, 8 Jun 2017 02:01:14 +0000
(19:01 -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 5765127ea48fafa3303055864d300bcfef82ec5f..092f9207b94712b836b77b6f308acd89d7bf9433 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-1,7
+1,8
@@
image: alpine
-variables:
- GIT_SUBMODULE_STRATEGY: recursive
+before_script:
+ - git submodule sync --recursive
+ - git submodule update --init --recursive
stages:
- build