From: Gary Wu Date: Tue, 30 Apr 2019 15:08:28 +0000 (-0700) Subject: ONAP deployment: clone oom repo with submodules X-Git-Tag: 4.0.0-ONAP~143^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=abf01f7d7d08f445f94cd374d177ab4b181d0992;p=integration.git ONAP deployment: clone oom repo with submodules Change-Id: Idfc17a97695b053e2853550c50a36a797774d9cd Issue-ID: INT-1053 Signed-off-by: Gary Wu --- 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__