Explicit submodules

This commit is contained in:
Joel Collins 2020-05-15 17:28:18 +01:00
parent 87a7f91402
commit e32baa9baa

View file

@ -19,6 +19,8 @@ build:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- git submodule sync --recursive
- git submodule update --init --recursive
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
script: