.drone.yml aktualisiert
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2026-01-10 19:06:36 +01:00
parent 3bd6b2736b
commit da4a46e2a8

View File

@@ -42,20 +42,11 @@ server:
password:
from_secret: password_xigmanas
clone:
disable: false
steps:
- name: check_authelia_update
commands:
- timeout 5m bastille cmd authelia sh -s < authelia/authelia-update.sh
trigger:
event:
- pull_request
- cron
- manual
---
kind: pipeline
@@ -69,18 +60,11 @@ server:
password:
from_secret: password_xigmanas
clone:
disable: false
steps:
- name: apply_authelia_update
commands:
- timeout 10m bastille cmd authelia sh -s -- --apply --auto-revert < authelia/authelia-update.sh
trigger:
event:
- manual
---
kind: pipeline
@@ -91,10 +75,6 @@ depends_on:
- authelia_apply
trigger:
event:
- pull_request
- cron
- manual
status:
- success
- failure