Update .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
79cdbdcc73
commit
4a415df184
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ steps:
|
|||
condition:
|
||||
- change_match:
|
||||
path:
|
||||
- "^arrs/.*\.yml$"
|
||||
- "^arrs/.*\\.yml$"
|
||||
|
||||
- name: lint_downloaders_directory
|
||||
image: python:3.8-slim-bullseye
|
||||
|
@ -61,7 +61,7 @@ steps:
|
|||
condition:
|
||||
- change_match:
|
||||
path:
|
||||
- "^downloaders/.*\.yml$"
|
||||
- - "^downloaders/.*\\.yml$"
|
||||
---
|
||||
|
||||
kind: pipeline
|
||||
|
|
Reference in a new issue