From f3352cc62f25237a829ea3c14eeab3fbf99abc16 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 17:39:42 +0100
Subject: [PATCH] Remove test results

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 02cca3e1c..a8dda72f8 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
-- 
GitLab