diff options
author | Thanh Ha <thanh.ha@linuxfoundation.org> | 2017-08-22 15:41:17 -0400 |
---|---|---|
committer | Thanh Ha <thanh.ha@linuxfoundation.org> | 2017-08-22 15:55:20 -0400 |
commit | 8759dd57b17f2894e11f362eba21018a75ab7d73 (patch) | |
tree | 8f18ff23240d65ea39d9b00d6cf145b4a9a481e6 /.gitmodules | |
parent | 30b6487daa4c3a47ffa8fd290f46c261920f4201 (diff) |
Fix docs clone path to use relative path
This fixes the clone path so that submodule projects will clone using
the same URL mechanism as the aggregator project.
Issue: VNFRQTS-38
Change-Id: I43ca46be49b950faa06afb8d474c8b733399cfbd
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 03db8a146..a71883f3f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,4 +5,6 @@ ignore = dirty [submodule "docs/submodules/vnfrqts/requirements"] path = docs/submodules/vnfrqts/requirements - url = http://gerrit.onap.org/r/vnfrqts/requirements + url = ../vnfrqts/requirements + branch = . + ignore = dirty |