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