This commit is contained in:
parent
4a415df184
commit
5b921369ed
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue