Update .gitlab-ci.yml

This commit is contained in:
Matthias Kretschmann 2017-07-29 20:43:17 +02:00
parent 861df2e0bb
commit c1afa084f2
1 changed files with 1 additions and 4 deletions

View File

@ -1,12 +1,9 @@
image: bash image: bash
before_script:
- 'apk add shellcheck'
stages: stages:
- lint - lint
lint: lint:
stage: lint stage: lint
script: script:
- 'shellcheck .bash* bin/*' - 'apk add --update shellcheck && shellcheck .bash* bin/*'