diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-05-15 17:48:01 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-05-18 08:31:43 +0200 |
commit | 6aff35ce93120042e33cc47e3a6e6ea619eb8cb0 (patch) | |
tree | 7d53a4eb03af4068f122362ea54f137b4ff1ea07 | |
parent | 7ae23a098bfdc944c743d011b50405053987e839 (diff) |
[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 <sylvain.desbureaux@orange.com>
Change-Id: I4fda0650f68172984dd7be1f4c717e89942c4655
-rw-r--r-- | .gitmodules | 10 |
1 files 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 + |