Update .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Matt Reeves 2024-02-29 02:58:26 +00:00
parent 79cdbdcc73
commit 4a415df184

View file

@ -49,7 +49,7 @@ steps:
condition: condition:
- change_match: - change_match:
path: path:
- "^arrs/.*\.yml$" - "^arrs/.*\\.yml$"
- name: lint_downloaders_directory - name: lint_downloaders_directory
image: python:3.8-slim-bullseye image: python:3.8-slim-bullseye
@ -61,7 +61,7 @@ steps:
condition: condition:
- change_match: - change_match:
path: path:
- "^downloaders/.*\.yml$" - - "^downloaders/.*\\.yml$"
--- ---
kind: pipeline kind: pipeline