From 5836c9cdf64a1a4dd09b2c4b25959a9981cf28c6 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 3 Apr 2019 17:26:09 +0200 Subject: [PATCH] Update CI Signed-off-by: Severin Kaderli --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0920a30..36c6aa9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,10 @@ stages: - Lint - -before_script: - - alias shellcheck="shellcheck -x --exclude=SC2034,SC1091,SC1090,SC2012" - Lint: image: koalaman/shellcheck-alpine:latest stage: Lint + before_script: + - alias shellcheck="shellcheck -x --exclude=SC2034,SC1091,SC1090,SC2012" script: - shellcheck ./system/.local/bin/* - shellcheck ./system/.config/custom/keyleds