From 95747dedb5c235476287ba49f1da40f8ffd213c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Sat, 21 Jan 2017 09:38:44 +0100
Subject: [PATCH] speed up awesome_bot

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1007101f6..de89d159c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +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
+  #- 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
   only:
   - master
 
-- 
GitLab