Skip to content

Commit

Permalink
Run git lfs pull in all repos
Browse files Browse the repository at this point in the history
Will be needed soon (TM)
  • Loading branch information
luk1337 committed Dec 4, 2023
1 parent aa45241 commit 07f0ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repo version

echo "Syncing"
repo sync --detach --current-branch --no-tags --force-remove-dirty --force-sync -j32 > /tmp/android-sync.log 2>&1
repo forall external/chromium-webview/prebuilt/* -c "git lfs pull"
repo forall -c "git lfs pull"
. build/envsetup.sh


Expand Down
2 changes: 1 addition & 1 deletion crowdin/crowdin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repo version

echo "Syncing"
repo sync --detach --current-branch --no-tags --force-remove-dirty --force-sync -j32
repo forall external/chromium-webview/prebuilt/* -c "git lfs pull"
repo forall -c "git lfs pull"
. build/envsetup.sh


Expand Down

0 comments on commit 07f0ec3

Please sign in to comment.