diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de89d159c60497400f034ed50497d8362fbca982..3734ba68e6eddb9768e0dfefc124d470773c344b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,8 +16,8 @@ ext_links: image: davidhrbac/docker-mdcheck:latest allow_failure: true script: - #- find docs.it4i/ -name '*.md' -exec grep --color -l http {} + | xargs awesome_bot -t 5 - - find docs.it4i/ -name '*.md' -exec grep --color -l http {} + | xargs awesome_bot -t 5 --allow-dupe --allow-redirect + #- find docs.it4i/ -name '*.md' -exec grep --color -l http {} + | xargs awesome_bot -t 10 + - find docs.it4i/ -name '*.md' -exec grep --color -l http {} + | xargs awesome_bot -t 10 --allow-dupe --allow-redirect only: - master