Update .gitlab-ci.yml
This commit is contained in:
parent
1ea1409194
commit
caa4ab6313
@ -6,4 +6,5 @@ stages:
|
|||||||
lint:
|
lint:
|
||||||
stage: lint
|
stage: lint
|
||||||
script:
|
script:
|
||||||
- 'apt-get update && apt-get install shellcheck && shellcheck .bash* bin/*'
|
- 'apt-get update && apt-get install -y shellcheck'
|
||||||
|
- 'shellcheck .bash* bin/*'
|
Loading…
Reference in New Issue
Block a user