Compare commits
6 commits
7d371f9293
...
48f9e4f606
Author | SHA1 | Date | |
---|---|---|---|
48f9e4f606 | |||
5b921369ed | |||
4a415df184 | |||
79cdbdcc73 | |||
30a9c1495d | |||
ea20e98943 |
1 changed files with 2 additions and 4 deletions
|
@ -49,7 +49,7 @@ steps:
|
||||||
condition:
|
condition:
|
||||||
- change_match:
|
- change_match:
|
||||||
path:
|
path:
|
||||||
- "^arrs/.*\.yml$"
|
- "arrs/docker-compose.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/docker-compose.yml"
|
||||||
---
|
---
|
||||||
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
@ -80,7 +80,6 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
branch: arrs
|
branch: arrs
|
||||||
base: main
|
base: main
|
||||||
commit: ${DRONE_COMMIT_SHA}
|
|
||||||
paths:
|
paths:
|
||||||
- arrs/*
|
- arrs/*
|
||||||
|
|
||||||
|
@ -89,6 +88,5 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
branch: downloaders
|
branch: downloaders
|
||||||
base: main
|
base: main
|
||||||
commit: ${DRONE_COMMIT_SHA}
|
|
||||||
paths:
|
paths:
|
||||||
- downloaders/*
|
- downloaders/*
|
Reference in a new issue