You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- git config --global user.name "Autobuild bot on TravisCI"
@@ -48,7 +49,8 @@ script:
48
49
- cd "${BASEDIR}"/cpython-doc-catalog/Doc/locales
49
50
- tx pull --force --language ja
50
51
- cd ja/LC_MESSAGES
51
-
- git add .
52
+
- git add *.po **/*.po
53
+
- git status
52
54
- if [ $(git status --short | wc -l) -eq 0 ]; then echo "no .po file to upload"; else echo "I have .po file(s) to upload"; git commit --message="[skip ci] Update .po files"; git push --quiet "git@python-docs-ja.github.com:python/python-docs-ja.git" ${DOCS_BRANCH}:${DOCS_BRANCH}; fi
0 commit comments