From 6aff35ce93120042e33cc47e3a6e6ea619eb8cb0 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Fri, 15 May 2020 17:48:01 +0200 Subject: [GENERIC] follow elalto branches for submodules Instead of being fixed on a tag, let's follow the branches. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux Change-Id: I4fda0650f68172984dd7be1f4c717e89942c4655 --- .gitmodules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index f4cad53297..d3debd0a36 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +1,11 @@ [submodule "kubernetes/aai"] path = kubernetes/aai url = ../aai/oom - branch = 5.0.2-ONAP - ignore = dirty + branch = elalto + ignore = dirty [submodule "kubernetes/robot"] path = kubernetes/robot url = ../testsuite/oom - branch = 5.0.1-ONAP - ignore = dirty - + branch = elalto + ignore = dirty + -- cgit 1.2.3-korg