Merge "ONAP deployment: clone oom repo with submodules"
authorYang Xu <yang.xu3@huawei.com>
Tue, 30 Apr 2019 15:16:09 +0000 (15:16 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 30 Apr 2019 15:16:09 +0000 (15:16 +0000)
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__