Skip to content

Commit

Permalink
Fix crowdin build on fresh agents
Browse files Browse the repository at this point in the history
  • Loading branch information
luk1337 committed Jul 5, 2024
1 parent 18f0cb5 commit c2d6d6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crowdin/crowdin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ rm -rf .repo/local_manifests/*
if [ -f /lineage/setup.sh ]; then
source /lineage/setup.sh
fi
repo sync lineage/crowdin
cp lineage/crowdin/config/${BUILDKITE_BRANCH}_extra_packages.xml .repo/local_manifests
# catch SIGPIPE from yes
yes | repo init -u https://github.com/lineageos/android.git -b ${BUILDKITE_BRANCH} -g default,-darwin --repo-rev=${REPO_VERSION} --git-lfs || if [[ $? -eq 141 ]]; then true; else false; fi
repo version
repo sync lineage/crowdin
cp lineage/crowdin/config/${BUILDKITE_BRANCH}_extra_packages.xml .repo/local_manifests

echo "Syncing"
(
Expand Down

0 comments on commit c2d6d6b

Please sign in to comment.