Add git submodule commands
This commit is contained in:
parent
c3244723be
commit
e8412bfbe9
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
||||||
image: elecnix/ikiwiki
|
image: elecnix/ikiwiki
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- apt-get install -y git
|
||||||
|
- git submodule init
|
||||||
|
- git submodule update
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue