ci: checkout git submodules

This commit is contained in:
Daniel Eklöf 2019-02-07 12:47:42 +01:00
parent f85117431a
commit 68727006f3

View file

@ -3,6 +3,9 @@ image: alpine:edge
stages:
- build
variables:
GIT_SUBMODULE_STRATEGY: normal
before_script:
- echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
- apk update