Compare commits

...

6 commits

Author SHA1 Message Date
48f9e4f606 Merge branch 'main' into renovate/lscr.io-linuxserver-sabnzbd
Some checks failed
continuous-integration/drone/pr Build is failing
2024-02-29 03:02:28 +00:00
5b921369ed Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-29 03:00:55 +00:00
4a415df184 Update .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2024-02-29 02:58:26 +00:00
79cdbdcc73 Update .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build encountered an error
2024-02-29 02:56:36 +00:00
30a9c1495d Delete .github/.drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2024-02-29 02:53:25 +00:00
ea20e98943 Add .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2024-02-29 02:53:17 +00:00

View file

@ -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/*