Skip to content

Commit

Permalink
[ci skip] Skip ci rebuild on tx-en merge to master
Browse files Browse the repository at this point in the history
  • Loading branch information
parente committed May 5, 2019
1 parent cee5a21 commit eb2cbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb2cbc3

Please sign in to comment.