From 1341e8d72a32d0b152003b4f52c5b27e38be1605 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Thu, 2 Jul 2020 09:34:33 +0200
Subject: [PATCH] remove deploy user and password as theme is public

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ebe60944..193a04ff 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,6 @@ build:
     - if: $CI_COMMIT_BRANCH == "develop"
 
   before_script:
-    - 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
 
   script:
-- 
GitLab