From 2a495065043a7235cb33fcc696e5f4b5aa8227d7 Mon Sep 17 00:00:00 2001
From: Paul Maruhn <paulmaruhn@posteo.de>
Date: Sat, 18 Dec 2021 18:44:06 +0100
Subject: [PATCH] ignore templates for shellcheck

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 78d6472..d2f6d56 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,4 +19,4 @@ shellcheck:
   before_script:
     - apt update && apt install -y shellcheck
   script:
-    - find ./roles/ -name "*.sh" -exec shellcheck "{}" \+
+    -  find ./roles/ -name "*.sh" | grep -v templates | xargs shellcheck
-- 
GitLab