Skip to content

Commit

Permalink
Delete ./vendor before sync
Browse files Browse the repository at this point in the history
This workarounds potential git LFS issues.
  • Loading branch information
luk1337 committed Jul 6, 2024
1 parent c2d6d6b commit 275f958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ echo "--- Syncing"
mkdir -p /lineage/${VERSION}/.repo/local_manifests
cd /lineage/${VERSION}
rm -rf .repo/local_manifests/*
rm -rf vendor || true
if [ -f /lineage/setup.sh ]; then
source /lineage/setup.sh
fi
Expand Down
1 change: 1 addition & 0 deletions crowdin/crowdin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ echo "--- Syncing"
mkdir -p /lineage/${BUILDKITE_BRANCH}/.repo/local_manifests
cd /lineage/${BUILDKITE_BRANCH}
rm -rf .repo/local_manifests/*
rm -rf vendor || true
if [ -f /lineage/setup.sh ]; then
source /lineage/setup.sh
fi
Expand Down

0 comments on commit 275f958

Please sign in to comment.