From c1639720b7e608b1b09aca01a17f457a3035a41b Mon Sep 17 00:00:00 2001 From: Marek Chrastina Date: Tue, 26 Feb 2019 08:16:12 +0100 Subject: [PATCH] Replace davidhrbac/docker-mdcheck with it4innovations/docker-mdcheck --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed1e64b3..32536179 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 {} +