From a7fff8c94fa8d4192b9621e359e4eedcc0726b0e Mon Sep 17 00:00:00 2001
From: Romain Forlot <romain.forlot@iot.bzh>
Date: Fri, 12 Apr 2019 09:20:45 +0200
Subject: Remove also the submodule directories

Even empty if the directories exists in the git cache then it remembers
that they were submodule and try to initialize them...

Bug-AGL: SPEC-2139

Change-Id: Ie2ea03498e9453d26442f32d83c2d604966855e4
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
---
 afb-helpers              | 1 -
 app-controller-submodule | 1 -
 2 files changed, 2 deletions(-)
 delete mode 160000 afb-helpers
 delete mode 160000 app-controller-submodule

diff --git a/afb-helpers b/afb-helpers
deleted file mode 160000
index 52f0478..0000000
--- a/afb-helpers
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 52f04783535948f2782780992710276f3419e56e
diff --git a/app-controller-submodule b/app-controller-submodule
deleted file mode 160000
index 440be09..0000000
--- a/app-controller-submodule
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 440be0984f16562fdf321c770d65787ecea0e36d
-- 
cgit