Explicit submodules

This commit is contained in:
Joel Collins 2020-05-15 17:27:59 +01:00
parent bbd022b843
commit 6aa1ceeaa9

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: