mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-12 01:42:12 +01:00
modified: .gitlab-ci.yml
new file: .gitlab-ci.yml.swp
This commit is contained in:
parent
98505d9975
commit
fbdef8a7ca
@ -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
BIN
.gitlab-ci.yml.swp
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user