diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2017-04-10 21:10:02 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2017-04-10 21:20:40 -0400 |
commit | b11e635f9ec57fc6f3e4451b790a4c7d8b1bd3b8 (patch) | |
tree | 8b10497bf048e3a05a926d8be3ba6455f485f703 /.gitmodules | |
parent | a1b990cc8c808924b620093c8f765cc49209ed52 (diff) |
Adding the submdules directory for openretriever
see verify failure in https://gerrit.opnfv.org/gerrit/#/c/33199/
this patch aims to fix the rtd failure
Change-Id: I7beed908835ff9ef2b9a07335757cccf0dc9b58b
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index fa60a7123..f6cc45619 100644 --- a/.gitmodules +++ b/.gitmodules @@ -98,6 +98,11 @@ url = ../onosfw branch = . ignore = dirty +[submodule "docs/submodules/openretriever"] + path = docs/submodules/openretriever + url = ../openretriever + branch = . + ignore = dirty [submodule "docs/submodules/ovsnfv"] path = docs/submodules/ovsnfv url = ../ovsnfv |