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
- cd "${BASEDIR}"/cpython-doc-catalog/Doc/locales/ja
35
45
- ln -s "${BASEDIR}"/python-docs-ja LC_MESSAGES
@@ -40,14 +50,14 @@ script:
40
50
- tx pull --force --language ja
41
51
- cd ja/LC_MESSAGES
42
52
- git add .
43
-
- 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" 3.6:3.6; fi
53
+
- 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