diff --git a/build-community.sh b/build-community.sh index a7baab673130bf7c2ffb982c58e24ae13e8280cf..60685fff3555d642e182465c6d193aed3e6751df 100755 --- a/build-community.sh +++ b/build-community.sh @@ -70,6 +70,8 @@ if [ "$LOCAL_MIRROR" = true ]; then if [ $? != 0 ]; then sync_successful=false + else + repo forall -c 'git lfs pull' fi fi @@ -161,6 +163,8 @@ for branch in ${BRANCH_NAME//,/ }; do if [ $? != 0 ]; then sync_successful=false + else + repo forall -c 'git lfs pull' fi if [ ! -d "vendor/$vendor" ]; then @@ -232,6 +236,8 @@ for branch in ${BRANCH_NAME//,/ }; do if [ $? != 0 ]; then sync_successful=false build_device=false + else + repo forall -c 'git lfs pull' fi fi @@ -242,6 +248,8 @@ for branch in ${BRANCH_NAME//,/ }; do if [ $? != 0 ]; then sync_successful=false build_device=false + else + repo forall -c 'git lfs pull' fi fi