We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee5a21 commit eb2cbc3Copy full SHA for eb2cbc3
Makefile
@@ -77,7 +77,7 @@ tx-en: ## rebuild en locale strings and push to master (req: GH_TOKEN)
77
@cd docs && sphinx-intl update -p _build/gettext -l en
78
79
@git add docs/locale/en
80
- @git commit -m "Update en source strings for $$TRAVIS_COMMIT"
+ @git commit -m "[ci skip] Update en source strings (build: $$TRAVIS_JOB_NUMBER)"
81
82
@git remote add origin-tx https://$${GH_TOKEN}@github.com/jupyter/docker-stacks.git
83
@git push -u origin-tx master
0 commit comments