Removed submodule stuff

This commit is contained in:
Joel Collins 2020-06-25 15:54:54 +01:00
parent 98819403b3
commit e5487b4ad8
3 changed files with 3 additions and 19 deletions

View file

@ -15,12 +15,7 @@ build:
stage: build
image: nikolaik/python-nodejs:python3.7-nodejs14
variables:
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: