modified: .gitlab-ci.yml

new file:   .gitlab-ci.yml.swp
This commit is contained in:
Josef 2018-10-02 14:24:04 +02:00
parent 98505d9975
commit fbdef8a7ca
2 changed files with 2 additions and 6 deletions

@ -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.