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