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:00:55 +00:00
parent 4a415df184
commit 5b921369ed

View file

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