From f66ca94e8cf3df55e947850d663d305410698918 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Thu, 9 Jul 2020 15:41:25 +0200 Subject: [PATCH] remove redundant submodule cmd --- .ci/deploy.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.ci/deploy.sh b/.ci/deploy.sh index 9e9515e7..20c30ce7 100644 --- a/.ci/deploy.sh +++ b/.ci/deploy.sh @@ -17,9 +17,6 @@ else version="unstable"; fi -# build the unstable version - can be optimized -git submodule update --recursive --init - # add matomo sed -i "/matomohead/r./.ci/analytics/head.html" theme/templates/_index.html sed -i "/matomopolicy/r./.ci/analytics/policy.html" theme/templates/_index.html -- GitLab