Skip to content

Commit 6fe1a80

Browse files
committed
Skip CI when Autobuild bot pushes commit
1 parent 9291987 commit 6fe1a80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ script:
4040
- tx pull --force --language ja
4141
- cd ja/LC_MESSAGES
4242
- 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="Update .po files"; git push --quiet "git@python-docs-ja.github.com:python/python-docs-ja.git" 3.6:3.6; fi
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
4444
# renew-catalog-template
4545
- cd "${BASEDIR}"/cpython-doc-catalog
4646
- git remote add upstream https://github.com/python/cpython.git
@@ -58,5 +58,5 @@ script:
5858
- sphinx-intl update-txconfig-resources --transifex-project-name=python-36 --locale-dir . --pot-dir pot
5959
- tx push -s
6060
- git add .tx
61-
- git commit --message="Update .pot files and .tx/config"
61+
- git commit --message="[skip ci] Update .pot files and .tx/config"
6262
- git push --quiet "git@cpython-doc-catalog.github.com:python-doc-ja/cpython-doc-catalog.git" catalog-3.6:catalog-3.6

0 commit comments

Comments
 (0)