From 003ea22646f92fc91e70d8d29b1aff096568951a Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Thu, 25 Apr 2019 13:55:03 +0200 Subject: [PATCH] submodule update --- .ci/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/deploy.sh b/.ci/deploy.sh index 10f6b7e4..ff58c499 100644 --- a/.ci/deploy.sh +++ b/.ci/deploy.sh @@ -41,6 +41,7 @@ do git checkout -f develop git fetch origin develop git reset --hard origin/develop + git submodule update grunt dist mv public/* $rootDir/public/$BLADE/latest/. -- GitLab