mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
modified: .gitlab-ci.yml
This commit is contained in:
parent
6b6b836b3e
commit
0b3d8c19b8
@ -11,11 +11,17 @@ docs:
|
||||
big_files:
|
||||
stage: test
|
||||
image: davidhrbac/docker-mdcheck:latest
|
||||
allow_failure: true
|
||||
script:
|
||||
- find . -type f -size +10M
|
||||
- find . -type f -size +10M | grep -v ".git"
|
||||
- find . -type f -size +10M -print0 | grep -v ".git"
|
||||
only:
|
||||
- master
|
||||
|
||||
other_files:
|
||||
stage: test
|
||||
image: davidhrbac/docker-mdcheck:latest
|
||||
allow_failure: true
|
||||
script:
|
||||
- find . -type f | egrep -v ".eb|.patch|.sh|.yml|.git|.md|LICENSE"
|
||||
- find . -type f -print0 | egrep -v ".eb|.patch|.sh|.yml|.git|.md|LICENSE"
|
||||
|
Loading…
x
Reference in New Issue
Block a user