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
Copy file name to clipboardExpand all lines: .travis.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ script:
39
39
- tx pull --force --language ja
40
40
- cd ja/LC_MESSAGES
41
41
- git add .
42
-
- if [ $(git status --short | wc -l) -eq 0 ]; then echo "no .po file to upload"; else git commit --message="Update .po files"; git push --quiet "git@python-docs-ja.github.com:python/python-docs-ja.git" 3.6:3.6; fi
42
+
- 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="Update .po files"; git push --quiet "git@python-docs-ja.github.com:python/python-docs-ja.git" 3.6:3.6; fi
0 commit comments