summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYang Xu <yang.xu3@huawei.com>2019-04-30 15:16:09 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-30 15:16:09 +0000
commit1f7bc0649986e40de043e5e0c54204b492144c21 (patch)
tree71fe1cf25e7771dd98a2a208b3b6b3bc11bac304
parent441917a37a76af625c77a7d86e96111aed11150f (diff)
parentabf01f7d7d08f445f94cd374d177ab4b181d0992 (diff)
Merge "ONAP deployment: clone oom repo with submodules"
-rw-r--r--deployment/heat/onap-rke/rancher_vm_entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/heat/onap-rke/rancher_vm_entrypoint.sh b/deployment/heat/onap-rke/rancher_vm_entrypoint.sh
index 3314a073f..342f99c75 100644
--- a/deployment/heat/onap-rke/rancher_vm_entrypoint.sh
+++ b/deployment/heat/onap-rke/rancher_vm_entrypoint.sh
@@ -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__