From 47b366eb383c9052967c691705e3ad1bced114af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Tue, 21 Feb 2017 16:03:04 +0100
Subject: [PATCH] Disable rm JSON

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 909e37fc0..568169793 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,8 +39,8 @@ ext_links:
   stage: test
   image: davidhrbac/docker-mdcheck:latest
   allow_failure: true
-  after_script:
-  - rm *.json
+  #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