aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-apps-build-app.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-08-13 12:49:43 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-08-13 12:49:43 +0200
commitc8b1008aca50eefab11b3751db932d0f5593c0eb (patch)
treeb12f9d0fdb2f9fbca9d9d8c306ed47289e4f8cbd /jjb/common/include-apps-build-app.sh
parent72baec4b7ea9b9aa73d84c7d9c23ecafd5876002 (diff)
Pull down the submodules within the app
Change-Id: I64a7ed6370dcaee19495caf2be5af1143b6514b3 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common/include-apps-build-app.sh')
-rw-r--r--jjb/common/include-apps-build-app.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-apps-build-app.sh b/jjb/common/include-apps-build-app.sh
index babd2907..0febb1a1 100644
--- a/jjb/common/include-apps-build-app.sh
+++ b/jjb/common/include-apps-build-app.sh
@@ -46,7 +46,7 @@ if [[ ! x"yes" = x"$HANDLED" ]] && $(echo "$TARGETPROJECT" | grep -q "apps/"); t
# clone git
rm -rf ${MYPROJECT}
- git clone --recursive https://${GERRIT_HOST}/gerrit/${GERRIT_PROJECT}.git
+ git clone --recurse-submodules --recursive https://${GERRIT_HOST}/gerrit/${GERRIT_PROJECT}.git
pushd ${MYPROJECT}
git log -1 --pretty=oneline
if test x"" != x"${TARGETREFSPEC}" ; then