Update .gitlab-ci.yml
This commit is contained in:
parent
cd09db09b4
commit
1ea1409194
@ -1,4 +1,4 @@
|
|||||||
image: alpine
|
image: ubuntu
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- lint
|
- lint
|
||||||
@ -6,4 +6,4 @@ stages:
|
|||||||
lint:
|
lint:
|
||||||
stage: lint
|
stage: lint
|
||||||
script:
|
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