From 092881f9e25db62b222df107982c2eab2e929e6e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Tue, 24 Jan 2017 10:29:39 +0100
Subject: [PATCH] Corrected shellcheck CI test

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 051869fe4..42c57b4b6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -62,7 +62,7 @@ shellcheck:
   allow_failure: true
   script:
   - which shellcheck || apt-get update && apt-get install -y shellcheck
-  - shellcheck *.sh
+  - find . -name *.sh -not -path "./docs.it4i/*" -not -path "./site/*" -exec shellcheck {} +
 
 deploy to stage:
   environment: stage 
-- 
GitLab