mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-18 20:50:49 +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
|
image: davidhrbac/docker-mdcheck:latest
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
script:
|
script:
|
||||||
- find . -type f -size +10M | grep -v ".git"
|
- find . -type f -not -path "*.git*" -size +10M
|
||||||
- find . -type f -size +10M -print0 | grep -v ".git"
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
|
|
||||||
other_files:
|
other_files:
|
||||||
stage: test
|
stage: test
|
||||||
image: davidhrbac/docker-mdcheck:latest
|
image: davidhrbac/docker-mdcheck:latest
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
script:
|
script:
|
||||||
- find . -type f | 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"
|
||||||
- find . -type f -print0 | egrep -v ".eb|.patch|.sh|.yml|.git|.md|LICENSE"
|
|
||||||
|
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