From abf8880a41001469c1f578dfe645799d3baa80d8 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Wed, 24 Apr 2019 22:44:21 +0200
Subject: [PATCH] submodule update command

---
 .ci/deploy.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.ci/deploy.sh b/.ci/deploy.sh
index 66b918e4..93a94e0c 100644
--- a/.ci/deploy.sh
+++ b/.ci/deploy.sh
@@ -8,6 +8,7 @@ npm install
 git fetch --tags
 latestTag=$(git describe --tags `git rev-list --tags --max-count=1`)
 git checkout $latestTag
+git submodule update --init
 grunt dist
 mkdir stable
 mv public/* stable/.
@@ -16,6 +17,7 @@ mv public/* stable/.
 git checkout -f develop
 git fetch origin develop
 git reset --hard origin/develop
+git submodule update --init
 grunt dist
 mkdir latest
 mv public/* latest/.
-- 
GitLab