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