modified: .gitlab-ci.yml

This commit is contained in:
Lukáš Krupčík 2018-10-02 14:29:47 +02:00
parent ec82c6a648
commit 78d9cb4138

View File

@ -11,7 +11,6 @@ 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 {} +
@ -19,7 +18,6 @@ big_files:
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 {} +