Loading build-community.sh +8 −0 Original line number Original line Diff line number Diff line Loading @@ -70,6 +70,8 @@ if [ "$LOCAL_MIRROR" = true ]; then if [ $? != 0 ]; then if [ $? != 0 ]; then sync_successful=false sync_successful=false else repo forall -c 'git lfs pull' fi fi fi fi Loading Loading @@ -161,6 +163,8 @@ for branch in ${BRANCH_NAME//,/ }; do if [ $? != 0 ]; then if [ $? != 0 ]; then sync_successful=false sync_successful=false else repo forall -c 'git lfs pull' fi fi if [ ! -d "vendor/$vendor" ]; then if [ ! -d "vendor/$vendor" ]; then Loading Loading @@ -232,6 +236,8 @@ for branch in ${BRANCH_NAME//,/ }; do if [ $? != 0 ]; then if [ $? != 0 ]; then sync_successful=false sync_successful=false build_device=false build_device=false else repo forall -c 'git lfs pull' fi fi fi fi Loading @@ -242,6 +248,8 @@ for branch in ${BRANCH_NAME//,/ }; do if [ $? != 0 ]; then if [ $? != 0 ]; then sync_successful=false sync_successful=false build_device=false build_device=false else repo forall -c 'git lfs pull' fi fi fi fi Loading Loading
build-community.sh +8 −0 Original line number Original line Diff line number Diff line Loading @@ -70,6 +70,8 @@ if [ "$LOCAL_MIRROR" = true ]; then if [ $? != 0 ]; then if [ $? != 0 ]; then sync_successful=false sync_successful=false else repo forall -c 'git lfs pull' fi fi fi fi Loading Loading @@ -161,6 +163,8 @@ for branch in ${BRANCH_NAME//,/ }; do if [ $? != 0 ]; then if [ $? != 0 ]; then sync_successful=false sync_successful=false else repo forall -c 'git lfs pull' fi fi if [ ! -d "vendor/$vendor" ]; then if [ ! -d "vendor/$vendor" ]; then Loading Loading @@ -232,6 +236,8 @@ for branch in ${BRANCH_NAME//,/ }; do if [ $? != 0 ]; then if [ $? != 0 ]; then sync_successful=false sync_successful=false build_device=false build_device=false else repo forall -c 'git lfs pull' fi fi fi fi Loading @@ -242,6 +248,8 @@ for branch in ${BRANCH_NAME//,/ }; do if [ $? != 0 ]; then if [ $? != 0 ]; then sync_successful=false sync_successful=false build_device=false build_device=false else repo forall -c 'git lfs pull' fi fi fi fi Loading