diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-05-18 10:48:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-18 10:48:26 +0000 |
commit | 3c2395cd1dede2bed7bd385d637f989eb6bfb15b (patch) | |
tree | 16bb29e06ae8abfd12775bac93513da11b29ca67 | |
parent | feb6284c45029fbd0fff00257d3a6eab5444c48d (diff) | |
parent | 6aff35ce93120042e33cc47e3a6e6ea619eb8cb0 (diff) |
Merge "[GENERIC] follow elalto branches for submodules" into elalto
-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 + |