Merge branch 'it4i-salomon'

This commit is contained in:
Lukáš Krupčík 2018-10-02 14:30:14 +02:00
commit f3c2b04847
3 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@ docs:
big_files:
stage: test
image: davidhrbac/docker-mdcheck:latest
allow_failure: true
script:
- find . -type f -not -path "*.git*" -size +10M
- find . -type f -not -path "*.git*" -size +10M -exec false {} +
other_files:
stage: test
image: davidhrbac/docker-mdcheck:latest
allow_failure: true
script:
- find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md"
- find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md" -exec false {} +

Binary file not shown.

Binary file not shown.