Skip to content

Commit eb2cbc3

Browse files
committed
[ci skip] Skip ci rebuild on tx-en merge to master
1 parent cee5a21 commit eb2cbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ tx-en: ## rebuild en locale strings and push to master (req: GH_TOKEN)
7777
@cd docs && sphinx-intl update -p _build/gettext -l en
7878

7979
@git add docs/locale/en
80-
@git commit -m "Update en source strings for $$TRAVIS_COMMIT"
80+
@git commit -m "[ci skip] Update en source strings (build: $$TRAVIS_JOB_NUMBER)"
8181

8282
@git remote add origin-tx https://$${GH_TOKEN}@github.com/jupyter/docker-stacks.git
8383
@git push -u origin-tx master

0 commit comments

Comments
 (0)