From 70fc75cb88520aea09ade192af77fbbb2942cb89 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 13 Feb 2019 20:47:48 +0100 Subject: [PATCH] Fix CI Signed-off-by: Severin Kaderli --- .gitlab-ci.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d4df2a..b4b431d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,13 +8,10 @@ before_script: Lint: script: - shellcheck ./system/.local/bin/* - - shellcheck ./system/.aliases - - shellcheck ./system/.bash_logout - - shellcheck ./system/.bash_profile - - shellcheck ./system/.bashrc - - shellcheck ./system/.env - shellcheck ./system/.config/custom/keyleds - - shellcheck ./system/.config/X11/xinitrc - - shellcheck ./system/.config/X11/xsetup + - shellcheck ./system/.config/custom/aliases + - shellcheck ./system/.config/custom/env + - shellcheck ./system/.config/X11/* + - shellcheck ./system/.config/zsh/* - shellcheck ./install.sh - shellcheck ./post-install.sh