Fixed submodule init for gitlab-ci

This commit is contained in:
Bastian de Byl
2019-07-24 14:34:19 -04:00
parent 7064b44a48
commit 21923b06f6

View File

@@ -7,7 +7,7 @@ variables:
AWS_IMAGE_TAG: "0.2"
before_script:
- git submodule update --recursive --remote
- git submodule update --init --recursive --remote
build:
stage: build