Skip to content

Commit 1f25946

Browse files
committed
Remove unnecessary catalog directory
1 parent 756aa0e commit 1f25946

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ script:
4141
- cd ja/LC_MESSAGES
4242
- git add .
4343
- 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
44+
- rm -rf "${BASEDIR}"/cpython-doc-catalog/Doc/locales/ja
4445
# renew-catalog-template
4546
- cd "${BASEDIR}"/cpython-doc-catalog
4647
- git remote add upstream https://github.com/python/cpython.git

0 commit comments

Comments
 (0)