diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02cca3e1c484809263d61e177c50ba6e5232b7aa..a8dda72f8616ccfd16b533ca342f91998b081e4f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,8 @@ ext_links: stage: test image: davidhrbac/docker-mdcheck:latest allow_failure: true + after_script: + - rm *.json script: #- 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