ONAP deployment: clone oom repo with submodules 38/86638/1
authorGary Wu <gary.i.wu@huawei.com>
Tue, 30 Apr 2019 15:08:28 +0000 (08:08 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Tue, 30 Apr 2019 15:08:28 +0000 (08:08 -0700)
Change-Id: Idfc17a97695b053e2853550c50a36a797774d9cd
Issue-ID: INT-1053
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
deployment/heat/onap-rke/rancher_vm_entrypoint.sh

index 3314a07..342f99c 100644 (file)
@@ -136,7 +136,7 @@ popd
 
 # Clone OOM repo
 cd ~
-git clone -b __oom_gerrit_branch__ https://gerrit.onap.org/r/oom
+git clone --recurse-submodules -b __oom_gerrit_branch__ https://gerrit.onap.org/r/oom
 cd oom
 if [ ! -z "__oom_gerrit_refspec__" ]; then
     git fetch https://gerrit.onap.org/r/oom __oom_gerrit_refspec__