summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMichal Zegan <m.zegan@samsung.com>2019-06-05 09:05:05 +0000
committerGerrit Code Review <gerrit@onap.org>2019-06-05 09:05:05 +0000
commitbe3df7facde9edca0b64226e541e21e945bf5da1 (patch)
tree0bdd18b7605af2f9ecb194b0698a2fd6939193d7 /build
parent2a50615f814c28dd78e30b5b40e4636d4f6b7dfd (diff)
parentb4110df1efc1bf1af9e85d3309a59dec2f03cba2 (diff)
Merge "Adapting to Dublin realase"
Diffstat (limited to 'build')
-rwxr-xr-xbuild/fetch_and_patch_charts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/fetch_and_patch_charts.sh b/build/fetch_and_patch_charts.sh
index 79d7a01e..22d45e66 100755
--- a/build/fetch_and_patch_charts.sh
+++ b/build/fetch_and_patch_charts.sh
@@ -54,7 +54,7 @@ TOTAL=5
PATCH_FILE=$(realpath "${3}")
echo -e "${_G}[Step $((CURR++))/${TOTAL} cloning repo with charts to be patched]${C_}"
-git clone "${1}" "${4}"
+git clone --recurse-submodules "${1}" "${4}"
echo -e "${_G}[Step $((CURR++))/${TOTAL} setting working dir to ${4}]${C_}"
pushd "${4}"