From 6dce5654995828ab356020a0c6ae2655b1c97e2e Mon Sep 17 00:00:00 2001
From: Jedrzej Rybicki <j.rybicki@fz-juelich.de>
Date: Thu, 13 Jan 2022 12:41:18 +0100
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c330e9a..cf2c82e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,6 +57,7 @@ publishgit-do:
   script:
     - apt-get update 
     - apt-get install -y git
+    - (git remote rm gith) || echo "Not found"
     - (git remote -v | grep gith) || git remote add gith "https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/eflows4hpc/data-logistics-service.git"
     - git remote -v
     - git show-ref
-- 
GitLab