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:
|
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
|
||||||
|
|
Reference in a new issue