Fix paths again in .gitlab-ci.yml

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2018-12-13 22:28:06 +01:00
parent ac5d306596
commit e935acae2c

View file

@ -6,13 +6,13 @@ before_script:
Lint:
script:
- shellcheck -x --exclude=SC2034,SC1091 ./system/bin/*
- shellcheck -x ./system/bin/.aliases
- shellcheck -x ./system/bin/.bash_logout
- shellcheck -x ./system/bin/.bash_profile
- shellcheck -x ./system/bin/.bashrc
- shellcheck -x ./system/bin/.env
- shellcheck -x ./system/bin/.keyleds
- shellcheck -x ./system/bin/.xinitrc
- shellcheck -x ./system/bin/.xprofile
- shellcheck -x ./system/.aliases
- shellcheck -x ./system/.bash_logout
- shellcheck -x ./system/.bash_profile
- shellcheck -x ./system/.bashrc
- shellcheck -x ./system/.env
- shellcheck -x ./system/.keyleds
- shellcheck -x ./system/.xinitrc
- shellcheck -x ./system/.xprofile
- shellcheck -x ./install.sh
- shellcheck -x ./post-install.sh