From 847b9c4406118602034eaea4228916c02dcb2345 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Thu, 16 Feb 2017 09:48:17 +0100
Subject: [PATCH] Correction to gitlab-ci

---
 .gitlab-ci.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 65fddf587..dd02333aa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,7 +37,7 @@ spell check:
 
 ext_links:
   stage: test
-  amagg: davidhrbac/docker-mdcheck:latest
+  image: davidhrbac/docker-mdcheck:latest
   allow_failure: true
   after_script:
   - rm *.json
@@ -45,9 +45,7 @@ ext_links:
   #- 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
   - >
-    # get commit message
     COMMIT_MESSAGE=$(git log -1 --pretty=%B | grep "Merge branch 'hot_fix' into 'master'" )
-    # see if commit message contains "[skip ci]" string
     if [[ ${COMMIT_MESSAGE} == *hot_fix* ]]; then
       echo "Skipping ci build"
       exit 0
-- 
GitLab