From bf365bf00a209161a3d21703480c9a347bc3766e Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Tue, 16 Jul 2019 14:25:03 +0200 Subject: [PATCH] Set master as branch in .gitmodules MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It avoids the next fatal error when updating gitmodules from doc (double levels of submodules). Submodule (kubernetes/aai) branch configured to inherit branch from superproject, but the superproject is not on any branch. Issue-ID: DOC-505 Signed-off-by: Cédric Ollivier Change-Id: Id2d6434210003c20de74fc6da87125c54506cfd1 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index e01f7e520f..08d7aea901 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "kubernetes/aai"] path = kubernetes/aai url = ../aai/oom - branch = . + branch = master ignore = dirty [submodule "kubernetes/robot"] path = kubernetes/robot -- 2.16.6