mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-04 06:11:36 +01:00
Replace davidhrbac/docker-mdcheck with it4innovations/docker-mdcheck
This commit is contained in:
parent
bf30755403
commit
c1639720b7
@ -4,20 +4,20 @@ stages:
|
||||
|
||||
docs:
|
||||
stage: test
|
||||
image: davidhrbac/docker-mdcheck:latest
|
||||
image: it4innovations/docker-mdcheck:latest
|
||||
script:
|
||||
- mdl -r ~MD013 *.md
|
||||
|
||||
big_files:
|
||||
stage: test
|
||||
image: davidhrbac/docker-mdcheck:latest
|
||||
image: it4innovations/docker-mdcheck:latest
|
||||
script:
|
||||
- find . -type f -not -path "*.git*" -size +10M
|
||||
- find . -type f -not -path "*.git*" -size +10M -exec false {} +
|
||||
|
||||
other_files:
|
||||
stage: test
|
||||
image: davidhrbac/docker-mdcheck:latest
|
||||
image: it4innovations/docker-mdcheck:latest
|
||||
script:
|
||||
- find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md" ! -name "*.sh"
|
||||
- find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md" ! -name "*.sh" -exec false {} +
|
||||
|
Loading…
x
Reference in New Issue
Block a user