Fix CI
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
8b3a294360
commit
bae9c07eb7
1 changed files with 11 additions and 11 deletions
|
@ -2,17 +2,17 @@ image: ubuntu:latest
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update && apt-get install -y --no-install-recommends shellcheck
|
- apt-get update && apt-get install -y --no-install-recommends shellcheck
|
||||||
- alias shellcheck="shellcheck -x --exclude=SC2034,SC1091,SC1090"
|
|
||||||
Lint:
|
Lint:
|
||||||
script:
|
script:
|
||||||
|
- alias shellcheck="shellcheck -x --exclude=SC2034,SC1091,SC1090"
|
||||||
- shellcheck -x --exclude=SC2034,SC1091 ./system/bin/*
|
- shellcheck -x --exclude=SC2034,SC1091 ./system/bin/*
|
||||||
- shellcheck -x ./system/.aliases
|
- shellcheck ./system/.aliases
|
||||||
- shellcheck -x ./system/.bash_logout
|
- shellcheck ./system/.bash_logout
|
||||||
- shellcheck -x ./system/.bash_profile
|
- shellcheck ./system/.bash_profile
|
||||||
- shellcheck -x ./system/.bashrc
|
- shellcheck ./system/.bashrc
|
||||||
- shellcheck -x ./system/.env
|
- shellcheck ./system/.env
|
||||||
- shellcheck -x ./system/.keyleds
|
- shellcheck ./system/.keyleds
|
||||||
- shellcheck -x ./system/.xinitrc
|
- shellcheck ./system/.xinitrc
|
||||||
- shellcheck -x ./system/.xprofile
|
- shellcheck ./system/.xprofile
|
||||||
- shellcheck -x ./install.sh
|
- shellcheck ./install.sh
|
||||||
- shellcheck -x ./post-install.sh
|
- shellcheck ./post-install.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue