Merge branch 'it4i-salomon'

This commit is contained in:
Josef 2018-10-02 14:24:51 +02:00
commit 56bd9870b7
2 changed files with 2 additions and 6 deletions

View File

@ -13,15 +13,11 @@ big_files:
image: davidhrbac/docker-mdcheck:latest
allow_failure: true
script:
- find . -type f -size +10M | grep -v ".git"
- find . -type f -size +10M -print0 | grep -v ".git"
only:
- master
- find . -type f -not -path "*.git*" -size +10M
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"
- find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md"

BIN
.gitlab-ci.yml.swp Normal file

Binary file not shown.