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
ec82c6a648
commit
78d9cb4138
@ -11,7 +11,6 @@ docs:
|
||||
big_files:
|
||||
stage: test
|
||||
image: davidhrbac/docker-mdcheck:latest
|
||||
allow_failure: true
|
||||
script:
|
||||
- find . -type f -not -path "*.git*" -size +10M
|
||||
- find . -type f -not -path "*.git*" -size +10M -exec false {} +
|
||||
@ -19,7 +18,6 @@ big_files:
|
||||
other_files:
|
||||
stage: test
|
||||
image: davidhrbac/docker-mdcheck:latest
|
||||
allow_failure: true
|
||||
script:
|
||||
- find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md"
|
||||
- find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md" -exec false {} +
|
||||
|
Loading…
x
Reference in New Issue
Block a user