Skip to content

Commit

Permalink
Resume pulling latest translations on Android target
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettDong authored and narc0tiq committed Feb 23, 2021
1 parent 418c796 commit 852c7d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mainline-build.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ BUILD_VER=$( git describe --tags --always --dirty --match "[0-9A-Z]*.[0-9A-Z]*"
MAJOR_VER=$( echo $BUILD_VER | cut -d '-' -f1 )
echo "This build is version ${BUILD_VER}, and the time is $(date)"

echo "Pulling translations from Transifex"
set +e
tx pull --all --force --minimum-perc 80 --resource cataclysm-dda.master-cataclysm-dda
set -e

if [[ -z "${COMPILE_THREAD_COUNT}" ]]; then
export COMPILE_THREAD_COUNT="1"
fi
Expand Down Expand Up @@ -115,11 +120,6 @@ else
exit 0
fi

echo "Pulling translations from Transifex"
set +e
tx pull --all --force --minimum-perc 80 --resource cataclysm-dda.master-cataclysm-dda
set -e

## ...package...
make ${DIST}
fi
Expand Down

0 comments on commit 852c7d8

Please sign in to comment.