diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-16 11:34:50 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-16 11:57:34 +0200 |
commit | 7912f4215bc5264cf8c67c8ded63d7ff04ee5aaf (patch) | |
tree | b40203b439e9929a7dafc89a6dca1e3dd349b6bb | |
parent | b0aafb7a51637ca4ff9f8f6f42a388f013cbd3a6 (diff) |
Fix .gitmodules (use dublin instead of .)
Else it fails when doc recursively updates its submodules (double
levels of submodules).
It also updates the commit id to the latest changes in dublin.
Issue-ID: DOC-505
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Id5082d6e7c7996a2e725c548cffba018041c9b45
-rw-r--r-- | .gitmodules | 2 | ||||
m--------- | kubernetes/aai | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 31bff54529..a76fe1bf97 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,5 @@ [submodule "kubernetes/aai"] path = kubernetes/aai url = ../aai/oom - branch = . + branch = dublin ignore = dirty diff --git a/kubernetes/aai b/kubernetes/aai -Subproject a1e0153fcc6ba67737f23fa0b14c95b0ab66d18 +Subproject 6509a172751b3c85995100e3d3a205abe73b116 |