Upgrade targetted python and yamllint version
parent
ae163d6bc9
commit
366190e007
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
image: python:3.6
|
image: python:3.9
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- lint
|
- lint
|
||||||
|
@ -7,7 +7,7 @@ stages:
|
||||||
yamllint:
|
yamllint:
|
||||||
stage: lint
|
stage: lint
|
||||||
script:
|
script:
|
||||||
- pip install yamllint==1.15.0
|
- pip install yamllint==1.26.0
|
||||||
- yamllint -c .yamllint.yml .
|
- yamllint -c .yamllint.yml .
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue