From 9196b4d7d8ba4db80abf0927c7aad59f9fb211b3 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Thu, 9 Jul 2020 13:48:42 +0200 Subject: [PATCH] cleanup --- .ci/deploy.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.ci/deploy.sh b/.ci/deploy.sh index f8b6486c..9e9515e7 100644 --- a/.ci/deploy.sh +++ b/.ci/deploy.sh @@ -18,12 +18,8 @@ else fi # build the unstable version - can be optimized -#git config submodule.theme.url https://$CI_DEPLOY_USER:$CI_DEPLOY_PASSWORD@git-r3lab.uni.lu/R3-core/outreach/theme.git git submodule update --recursive --init -# output the directory content -ls -lash - # 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