From c1afa084f27797907e7e46b2047aee7063fa1364 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 29 Jul 2017 20:43:17 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54e136e..4b41e2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,9 @@ image: bash -before_script: - - 'apk add shellcheck' - stages: - lint lint: stage: lint script: - - 'shellcheck .bash* bin/*' \ No newline at end of file + - 'apk add --update shellcheck && shellcheck .bash* bin/*' \ No newline at end of file