From d00e5af176123532d12ecc978b8b9efd4422b7f2 Mon Sep 17 00:00:00 2001
From: absingh <absingh@mpi-cbg.de>
Date: Mon, 20 Feb 2023 14:48:23 +0100
Subject: [PATCH] Reverting changes that broke CI and attempting to fix

---
 .gitmodules | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 7ebedeb83..e7f2893bc 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,30 +1,18 @@
 [submodule "openfpm_vcluster"]
 	path = openfpm_vcluster
 	url = ../openfpm_vcluster.git
-	update = rebase
-	branch = develop
 [submodule "openfpm_devices"]
 	path = openfpm_devices
 	url = ../openfpm_devices.git
-	update = rebase
-	branch = develop
 [submodule "openfpm_io"]
 	path = openfpm_io
 	url = ../openfpm_io.git
-	update = rebase
-	branch = develop
 [submodule "openfpm_data"]
 	path = openfpm_data
 	url = ../openfpm_data.git
-	update = rebase
-	branch = develop
 [submodule "openfpm_numerics"]
 	path = openfpm_numerics
 	url = ../openfpm_numerics.git
-	update = rebase
-	branch = develop
 [submodule "gdbgui"]
 	path = gdbgui
 	url = https://github.com/incardon/gdbgui.git
-	update = rebase
-	branch = master
-- 
GitLab