Merge branch 'main' into renovate/lscr.io-linuxserver-sabnzbd
Some checks failed
continuous-integration/drone/pr Build is failing
Some checks failed
continuous-integration/drone/pr Build is failing
This commit is contained in:
commit
48f9e4f606
1 changed files with 2 additions and 4 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
|
||||
|
@ -80,7 +80,6 @@ steps:
|
|||
settings:
|
||||
branch: arrs
|
||||
base: main
|
||||
commit: ${DRONE_COMMIT_SHA}
|
||||
paths:
|
||||
- arrs/*
|
||||
|
||||
|
@ -89,6 +88,5 @@ steps:
|
|||
settings:
|
||||
branch: downloaders
|
||||
base: main
|
||||
commit: ${DRONE_COMMIT_SHA}
|
||||
paths:
|
||||
- downloaders/*
|
Reference in a new issue