#42 changed docker image for spell checking
This commit is contained in:
@@ -28,7 +28,7 @@ latexmk:
|
|||||||
# - mv main.pdf main@$ci_commit_sha_short.pdf
|
# - mv main.pdf main@$ci_commit_sha_short.pdf
|
||||||
|
|
||||||
hunspell_chapters:
|
hunspell_chapters:
|
||||||
image: tmaier/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,en_US -p ./.hunspellignore -t $filename; done | sort | uniq`
|
- export HUNSPELL_FINDINGS=`for filename in chapter/*.tex; do hunspell -l -d de_DE_neu,en_US -p ./.hunspellignore -t $filename; done | sort | uniq`
|
||||||
@@ -38,7 +38,7 @@ hunspell_chapters:
|
|||||||
|
|
||||||
|
|
||||||
hunspell_appendix:
|
hunspell_appendix:
|
||||||
image: tmaier/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,en_US -p ./.hunspellignore -t $filename; done | sort | uniq`
|
- export HUNSPELL_FINDINGS=`for filename in appendix/*.tex; do hunspell -l -d de_DE_neu,en_US -p ./.hunspellignore -t $filename; done | sort | uniq`
|
||||||
|
Reference in New Issue
Block a user