From cfbbb54df61833d35d5c4f6a4cc1ef34da4ab212 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:06:43 +0100
Subject: [PATCH] Disable rm JSON

---
 .gitlab-ci.yml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 568169793..957717941 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,17 +41,17 @@ ext_links:
   allow_failure: true
   #after_script:
   #- rm *.json
-  script:
+  #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
-  - |
-    COMMIT_MESSAGE=$(git log -1 --pretty=%B | grep "Merge branch 'hot_fix' into 'master'" )
-    if [[ ${COMMIT_MESSAGE} == *hot_fix* ]]; then
-      echo "Skipping ci build"
-      exit 0
-    else
-      find docs.it4i/ -name '*.md' ! -name 'modules-*.md' -exec grep --color -l http {} + | xargs awesome_bot -t 10 --allow-dupe --allow-redirect
-    fi
+  #- |
+  #  COMMIT_MESSAGE=$(git log -1 --pretty=%B | grep "Merge branch 'hot_fix' into 'master'" )
+  #  if [[ ${COMMIT_MESSAGE} == *hot_fix* ]]; then
+  #    echo "Skipping ci build"
+  #    exit 0
+  #  else
+  #    find docs.it4i/ -name '*.md' ! -name 'modules-*.md' -exec grep --color -l http {} + | xargs awesome_bot -t 10 --allow-dupe --allow-redirect
+  #  fi
   only:
   - master
 
-- 
GitLab