Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Matt Reeves 2024-02-29 03:04:35 +00:00
parent 5b921369ed
commit 3cd81ad97f

View file

@ -10,14 +10,6 @@ steps:
- name: lint_docker_compose
image: python:3.8-slim-bullseye
commands:
- "pip3 install yamllint"
- "yamllint --version"
- 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" ./*.yml'
- name: python3.8
image: python:3.8-slim-bullseye
commands:
- "python3 --version"
- "pip3 install yamllint"
- "yamllint --version"
- 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" .'
@ -44,7 +36,7 @@ steps:
commands:
- "pip3 install yamllint"
- "yamllint --version"
- 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" ./arr/*.yml'
- 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" arrs/*.yml'
when:
condition:
- change_match:
@ -56,7 +48,7 @@ steps:
commands:
- "pip3 install yamllint"
- "yamllint --version"
- 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" ./downloaders/*.yml'
- 'yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" downloaders/*.yml'
when:
condition:
- change_match: