From 31d5cef9d829b2e7064a8dc8f871b4f164c52d14 Mon Sep 17 00:00:00 2001
From: absingh <absingh@mpi-cbg.de>
Date: Mon, 20 Feb 2023 14:51:36 +0100
Subject: [PATCH] attempting to fix CI

---
 build.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/build.sh b/build.sh
index 9f180158f..f5ef38f9f 100755
--- a/build.sh
+++ b/build.sh
@@ -9,6 +9,10 @@ comp_type=$4
 branch=$5
 with_gpu=$6
 
+echo "Trying to Fix the CI"
+rm -rf .git/modules/gdbgui/rebase-merge
+
+
 if [ x"$branch" == x"" ]; then
   echo "Getting branch from git"
   branch=$(git ls-remote --heads origin | grep $(git rev-parse HEAD) | cut -d / -f 3)
-- 
GitLab