File tree Expand file tree Collapse file tree 7 files changed +680
-1270
lines changed Expand file tree Collapse file tree 7 files changed +680
-1270
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ tx-en: ## rebuild en locale strings and push to master (req: GH_TOKEN)
77
77
@cd docs && sphinx-intl update -p _build/gettext -l en
78
78
79
79
@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) "
81
81
82
82
@git remote add origin-tx https://$${GH_TOKEN}@github.com/jupyter/docker-stacks.git
83
83
@git push -u origin-tx master
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ if [[ " $COMMIT_MSG " = * " skip ci" * || " $COMMIT_MSG " = * " ci skip" * ]]; then
3
+ exit 1;
4
+ fi
Original file line number Diff line number Diff line change @@ -9,19 +9,19 @@ type = PO
9
9
10
10
[jupyter-docker-stacks-1.maintaining-po--master]
11
11
file_filter = locale/<lang>/LC_MESSAGES/maintaining.po
12
- source_file = locale/en/LC_MESSAGES/maintaining.pot
12
+ source_file = locale/en/LC_MESSAGES/maintaining.po
13
13
source_lang = en
14
14
type = PO
15
15
16
16
[jupyter-docker-stacks-1.index-po--master]
17
17
file_filter = locale/<lang>/LC_MESSAGES/index.po
18
- source_file = locale/en/LC_MESSAGES/index.pot
18
+ source_file = locale/en/LC_MESSAGES/index.po
19
19
source_lang = en
20
20
type = PO
21
21
22
22
[jupyter-docker-stacks-1.contributing-po--master]
23
23
file_filter = locale/<lang>/LC_MESSAGES/contributing.po
24
- source_file = locale/en/LC_MESSAGES/contributing.pot
24
+ source_file = locale/en/LC_MESSAGES/contributing.po
25
25
source_lang = en
26
26
type = PO
27
27
You can’t perform that action at this time.
0 commit comments