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

Commit 3be82f3b authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Merge branch '4381-add-lfs-for-community' into 'master'

4381 add lfs for community

See merge request !43
parents 1e9588bf a99bb203
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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