From 12d2034eb9bd3352f59cf04ac86d7ddf17f2519b Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 13 Feb 2019 20:51:29 +0100 Subject: [PATCH] Hopefully finally fixing ci Signed-off-by: Severin Kaderli --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ec0951..754147a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,9 @@ Lint: - shellcheck ./system/.config/custom/aliases - shellcheck ./system/.config/custom/env - shellcheck ./system/.config/X11/xinitrc - - shellcheck ./system/.config/zsh/* + - shellcheck ./system/.config/zsh/.zlogout + - shellcheck ./system/.config/zsh/.zprofile + - shellcheck ./system/.config/zsh/.zshrc - shellcheck ./system/.config/X11/xsetup - shellcheck ./install.sh - shellcheck ./post-install.sh