Upgrade targetted python and yamllint version

certbot_on_virtu
_shirenn 2021-02-22 12:48:24 +01:00
parent ae163d6bc9
commit 366190e007
1 changed files with 2 additions and 2 deletions

View File

@ -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