Fix paths in .gitlab-ci.yml

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

View file

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