dotfiles/.gitlab-ci.yml
Severin Kaderli 29583a0597 Fix exclude in .gitlab-ci.yml
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
2018-12-13 22:13:28 +01:00

10 lines
253 B
YAML

image: ubuntu:latest
before_script:
- apt-get update && apt-get install -y --no-install-recommends shellcheck
Lint:
script:
- shellcheck -x --exclude=SC2034 ./system/bin/*
- shellcheck -x ./install.sh
- shellcheck -x ./post-install.sh