Fix exclude in .gitlab-ci.yml
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
3a8dd98e68
commit
29583a0597
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ before_script:
|
|||
|
||||
Lint:
|
||||
script:
|
||||
- shellcheck -x disable=SC2034 ./system/bin/*
|
||||
- shellcheck -x --exclude=SC2034 ./system/bin/*
|
||||
- shellcheck -x ./install.sh
|
||||
- shellcheck -x ./post-install.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue