From eb2cbc3c40ce4423a49de753bc7353ef3abebf8b Mon Sep 17 00:00:00 2001 From: Peter Parente Date: Sun, 5 May 2019 19:58:15 -0400 Subject: [PATCH] [ci skip] Skip ci rebuild on tx-en merge to master --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b0ee3bf4ac..960a1d63fa 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ tx-en: ## rebuild en locale strings and push to master (req: GH_TOKEN) @cd docs && sphinx-intl update -p _build/gettext -l en @git add docs/locale/en - @git commit -m "Update en source strings for $$TRAVIS_COMMIT" + @git commit -m "[ci skip] Update en source strings (build: $$TRAVIS_JOB_NUMBER)" @git remote add origin-tx https://$${GH_TOKEN}@github.com/jupyter/docker-stacks.git @git push -u origin-tx master