mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-28 17:21:28 +01:00
modified: .gitlab-ci.yml
This commit is contained in:
parent
ec82c6a648
commit
78d9cb4138
@ -11,7 +11,6 @@ docs:
|
|||||||
big_files:
|
big_files:
|
||||||
stage: test
|
stage: test
|
||||||
image: davidhrbac/docker-mdcheck:latest
|
image: davidhrbac/docker-mdcheck:latest
|
||||||
allow_failure: true
|
|
||||||
script:
|
script:
|
||||||
- find . -type f -not -path "*.git*" -size +10M
|
- find . -type f -not -path "*.git*" -size +10M
|
||||||
- find . -type f -not -path "*.git*" -size +10M -exec false {} +
|
- find . -type f -not -path "*.git*" -size +10M -exec false {} +
|
||||||
@ -19,7 +18,6 @@ big_files:
|
|||||||
other_files:
|
other_files:
|
||||||
stage: test
|
stage: test
|
||||||
image: davidhrbac/docker-mdcheck:latest
|
image: davidhrbac/docker-mdcheck:latest
|
||||||
allow_failure: true
|
|
||||||
script:
|
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"
|
||||||
- find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md" -exec false {} +
|
- 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