Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a99bb203 authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

Add LFS pull for community build script

parent e7dbb502
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -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


@@ -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
@@ -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


@@ -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