Skip to content

Commit cec744f

Browse files
committed
Disable pushing translations
Source files auto-update is now done elsewhere
1 parent d3230e5 commit cec744f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

scripts/update.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,8 @@ cd locales
2525
sphinx-intl create-txconfig
2626
sphinx-intl update-txconfig-resources -p pot -d . --transifex-organization-name python-doc --transifex-project-name python-newest
2727

28-
if [ "$CI" = true ]; then
29-
tx push --source --no-interactive --skip
30-
fi
31-
3228
# Pull translations into cpython/Doc/locales/LANGUAGE/LC_MESSAGES/
33-
tx pull -l ${LANGUAGE} -t --use-git-timestamps -f
29+
tx pull -l ${LANGUAGE} -t --use-git-timestamps
3430

3531
# Finally, move downloaded translation files to the language's repository
3632
cd "${LANGUAGE}/LC_MESSAGES/"

0 commit comments

Comments
 (0)