Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Dominik Becker
LaTex Boilerplate
Commits
e49f9c24
Commit
e49f9c24
authored
May 24, 2020
by
Dominik Becker
Browse files
#42
fixed wrong dictionary name
parent
f0d1398a
Pipeline
#149087411
passed with stages
in 2 minutes and 58 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
latex.gitlab-ci.yml
latex.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
e49f9c24
...
...
@@ -21,7 +21,7 @@ hunspell_chapters:
image
:
fastexitlane/hunspell:latest
stage
:
test
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
-
test "$HUNSPELL_FINDINGS" == ""
allow_failure
:
true
...
...
@@ -31,7 +31,7 @@ hunspell_appendix:
image
:
fastexitlane/hunspell:latest
stage
:
test
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
-
test "$HUNSPELL_FINDINGS" == ""
allow_failure
:
true
latex.gitlab-ci.yml
View file @
e49f9c24
...
...
@@ -19,7 +19,7 @@ hunspell_chapters:
image
:
fastexitlane/hunspell:latest
stage
:
test
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
-
test "$HUNSPELL_FINDINGS" == ""
allow_failure
:
true
...
...
@@ -29,7 +29,7 @@ hunspell_appendix:
image
:
fastexitlane/hunspell:latest
stage
:
test
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
-
test "$HUNSPELL_FINDINGS" == ""
allow_failure
:
true
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment