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