Commit 6aa1ceea authored by Joel Collins's avatar Joel Collins
Browse files

Explicit submodules

parent bbd022b8
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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: