Skip to content
Snippets Groups Projects
Commit 3207b7e6 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

test .gitlab-ci.yml

parent 86c47e58
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ two spaces:
- 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 {} + && return 1 || return 0
- find docs.it4i/ -name '*.md' ! -path "docs.it4i/software*" -exec grep -nr "[[:alpha:]] [[:alpha:]]" -l {} + && return 0 || return 1
capitalize:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment