Update .gitlab-ci.yml
This commit is contained in:
parent
861df2e0bb
commit
c1afa084f2
@ -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/*'
|
Loading…
Reference in New Issue
Block a user