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
|
||||
|
||||
before_script:
|
||||
- apt-get install -y git
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue