From 899e1055ac91ae1c099fbd9e648a6fa7c3a64c17 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Mon, 24 Jun 2019 11:03:57 +0200 Subject: [PATCH] fix clone url --- .ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/deploy.sh b/.ci/deploy.sh index befd6588..05960113 100644 --- a/.ci/deploy.sh +++ b/.ci/deploy.sh @@ -39,7 +39,7 @@ do yarn # build the unstable version - can be optimized - git config submodule.theme.url git clone https://$CI_DEPLOY_USER:$CI_DEPLOY_PASSWORD@git-r3lab.uni.lu/R3/outreach/theme.git + git config submodule.theme.url https://$CI_DEPLOY_USER:$CI_DEPLOY_PASSWORD@git-r3lab.uni.lu/R3/outreach/theme.git git submodule update --recursive --init grunt dist mv public/* $rootDir/public/$BLADE/unstable/. -- GitLab