Compare commits

..

No commits in common. "c6098383462d53dca11884566ac4a766fb46d868" and "ac28a755f63ab0d0562ffd3cb4059d04c17ebf6c" have entirely different histories.

View file

@ -8,7 +8,7 @@ trigger:
steps: steps:
- name: python3.8 - name: python3.8
image: docker.mafyuh.xyz/python:3.8-slim-bullseye image: python:3.8-slim-bullseye
commands: commands:
- "python3 --version" - "python3 --version"
- "pip3 install yamllint" - "pip3 install yamllint"
@ -17,7 +17,7 @@ steps:
- 'find . -name "*.yaml" ! -name ".drone.yml" -exec yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" {} +' - 'find . -name "*.yaml" ! -name ".drone.yml" -exec yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" {} +'
- name: python3.10 - name: python3.10
image: docker.mafyuh.xyz/python:3.9-slim-bullseye image: python:3.9-slim-bullseye
commands: commands:
- "python3 --version" - "python3 --version"
- "pip3 install yamllint" - "pip3 install yamllint"
@ -26,7 +26,7 @@ steps:
- 'find . -name "*.yaml" ! -name ".drone.yml" -exec yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" {} +' - 'find . -name "*.yaml" ! -name ".drone.yml" -exec yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" {} +'
- name: python3.12 - name: python3.12
image: docker.mafyuh.xyz/python:3.10-slim-bullseye image: python:3.10-slim-bullseye
commands: commands:
- "python3 --version" - "python3 --version"
- "pip3 install yamllint" - "pip3 install yamllint"