From b3bf3209f790d3d78d54cdfaa6f350566aeee6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Tue, 2 Oct 2018 15:05:05 +0200 Subject: [PATCH] modified: .gitlab-ci.yml --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18eecb0d..8afa72b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,4 +35,3 @@ shellcheck: script: - which shellcheck || apt-get update && apt-get install -y shellcheck - find . -name *.sh -not -path "*.git*" -exec shellcheck {} + -