#42 fixed wrong dictionary name
This commit is contained in:
parent
f0d1398aa3
commit
e49f9c24ea
|
@ -21,7 +21,7 @@ hunspell_chapters:
|
||||||
image: fastexitlane/hunspell:latest
|
image: fastexitlane/hunspell:latest
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- export HUNSPELL_FINDINGS=`for filename in chapter/*.md; do hunspell -l -d de_DE_neu_frami,en_US -p ./.hunspellignore $filename; done | sort | uniq`
|
- export HUNSPELL_FINDINGS=`for filename in chapter/*.md; do hunspell -l -d de_DE_frami,en_US -p ./.hunspellignore $filename; done | sort | uniq`
|
||||||
- echo $HUNSPELL_FINDINGS
|
- echo $HUNSPELL_FINDINGS
|
||||||
- test "$HUNSPELL_FINDINGS" == ""
|
- test "$HUNSPELL_FINDINGS" == ""
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
@ -31,7 +31,7 @@ hunspell_appendix:
|
||||||
image: fastexitlane/hunspell:latest
|
image: fastexitlane/hunspell:latest
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- export HUNSPELL_FINDINGS=`for filename in appendix/*.tex; do hunspell -l -d de_DE_neu_frami,en_US -p ./.hunspellignore -t $filename; done | sort | uniq`
|
- export HUNSPELL_FINDINGS=`for filename in appendix/*.tex; do hunspell -l -d de_DE_frami,en_US -p ./.hunspellignore -t $filename; done | sort | uniq`
|
||||||
- echo $HUNSPELL_FINDINGS
|
- echo $HUNSPELL_FINDINGS
|
||||||
- test "$HUNSPELL_FINDINGS" == ""
|
- test "$HUNSPELL_FINDINGS" == ""
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
|
@ -19,7 +19,7 @@ hunspell_chapters:
|
||||||
image: fastexitlane/hunspell:latest
|
image: fastexitlane/hunspell:latest
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- export HUNSPELL_FINDINGS=`for filename in chapter/*.tex; do hunspell -l -d de_DE_neu_frami,en_US -p ./.hunspellignore -t $filename; done | sort | uniq`
|
- export HUNSPELL_FINDINGS=`for filename in chapter/*.tex; do hunspell -l -d de_DE_frami,en_US -p ./.hunspellignore -t $filename; done | sort | uniq`
|
||||||
- echo $HUNSPELL_FINDINGS
|
- echo $HUNSPELL_FINDINGS
|
||||||
- test "$HUNSPELL_FINDINGS" == ""
|
- test "$HUNSPELL_FINDINGS" == ""
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
@ -29,7 +29,7 @@ hunspell_appendix:
|
||||||
image: fastexitlane/hunspell:latest
|
image: fastexitlane/hunspell:latest
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- export HUNSPELL_FINDINGS=`for filename in appendix/*.tex; do hunspell -l -d de_DE_neu_frami,en_US -p ./.hunspellignore -t $filename; done | sort | uniq`
|
- export HUNSPELL_FINDINGS=`for filename in appendix/*.tex; do hunspell -l -d de_DE_frami,en_US -p ./.hunspellignore -t $filename; done | sort | uniq`
|
||||||
- echo $HUNSPELL_FINDINGS
|
- echo $HUNSPELL_FINDINGS
|
||||||
- test "$HUNSPELL_FINDINGS" == ""
|
- test "$HUNSPELL_FINDINGS" == ""
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user