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

test .gitlab-ci.yml

parent 2b5ad161
No related branches found
No related tags found
6 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!196Master,!187Singularity
...@@ -17,7 +17,7 @@ two spaces: ...@@ -17,7 +17,7 @@ two spaces:
- echo "== Files having more than one space betwee two characters ==" - echo "== Files having more than one space betwee two characters =="
- find docs.it4i/ -name '*.md' ! -path "docs.it4i/software*" -exec grep -nr "[[:alpha:]] [[:alpha:]]" {} + - find docs.it4i/ -name '*.md' ! -path "docs.it4i/software*" -exec grep -nr "[[:alpha:]] [[:alpha:]]" {} +
script: script:
- find docs.it4i/ -name '*.md' -exec grep "[[:alpha:]] [[:alpha:]]" -l {} + | grep docs.it4i/ -v - find docs.it4i/ -name '*.md' ! -path "docs.it4i/software*" -exec grep -nr "[[:alpha:]] [[:alpha:]]" -l {} + && exit 0 || exit 1
capitalize: capitalize:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment