Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SCS
docs.it4i.cz
Commits
b3287edb
Commit
b3287edb
authored
Apr 06, 2018
by
Lukáš Krupčík
Browse files
test .gitlab-ci.yml
parent
fb81e9ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b3287edb
...
...
@@ -9,15 +9,15 @@ docs:
script
:
-
mdl -r ~MD013,~MD033,~MD014,~MD026,~MD037,~MD036,~MD010,~MD029 *.md docs.it4i
two spaces
:
stage
:
test
image
:
davidhrbac/docker-mdcheck:latest
allow_failure
:
true
before_script
:
-
echo "== Files having more than one space betwee two characters =="
-
find docs.it4i/ -name '*.md' ! -path "docs.it4i/software*" -exec grep -nr "[[:alpha:]] [[:alpha:]]" -l {} +
script
:
-
find docs.it4i/ -name '*.md' ! -path "docs.it4i/software*" -exec grep -nr "[[:alpha:]] [[:alpha:]]" -l {} +
&& exit 1 || exit
0
#
two spaces:
#
stage: test
#
image: davidhrbac/docker-mdcheck:latest
#
allow_failure: true
#
before_script:
#
- echo "== Files having more than one space betwee two characters =="
#
- find docs.it4i/ -name '*.md' ! -path "docs.it4i/software*" -exec grep -nr "[[:alpha:]] [[:alpha:]]" -l {} +
#
script:
#
- find docs.it4i/ -name '*.md' ! -path "docs.it4i/software*" -exec grep -nr "[[:alpha:]] [[:alpha:]]" -l {} +
capitalize
:
stage
:
test
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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