mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-24 07:21:31 +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:
|
docs:
|
||||||
stage: test
|
stage: test
|
||||||
image: davidhrbac/docker-mdcheck:latest
|
image: it4innovations/docker-mdcheck:latest
|
||||||
script:
|
script:
|
||||||
- mdl -r ~MD013 *.md
|
- mdl -r ~MD013 *.md
|
||||||
|
|
||||||
big_files:
|
big_files:
|
||||||
stage: test
|
stage: test
|
||||||
image: davidhrbac/docker-mdcheck:latest
|
image: it4innovations/docker-mdcheck:latest
|
||||||
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 {} +
|
||||||
|
|
||||||
other_files:
|
other_files:
|
||||||
stage: test
|
stage: test
|
||||||
image: davidhrbac/docker-mdcheck:latest
|
image: it4innovations/docker-mdcheck:latest
|
||||||
script:
|
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"
|
||||||
- find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md" ! -name "*.sh" -exec false {} +
|
- 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