Update .drone.yml
This commit is contained in:
parent
867b888f57
commit
47ba3c2ee6
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ steps:
|
||||||
- "python3 --version"
|
- "python3 --version"
|
||||||
- "pip3 install yamllint"
|
- "pip3 install yamllint"
|
||||||
- "yamllint --version"
|
- "yamllint --version"
|
||||||
- "yamllint ."
|
- 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" .'
|
||||||
|
|
||||||
- name: python3.10
|
- name: python3.10
|
||||||
image: python:3.10-slim-bullseye
|
image: python:3.10-slim-bullseye
|
||||||
|
@ -30,4 +30,4 @@ steps:
|
||||||
- "python3 --version"
|
- "python3 --version"
|
||||||
- "pip3 install yamllint"
|
- "pip3 install yamllint"
|
||||||
- "yamllint --version"
|
- "yamllint --version"
|
||||||
- "yamllint ."
|
- 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" .'
|
||||||
|
|
Reference in a new issue