From eb05139155f9dca53303b65229fe0fd3b632f305 Mon Sep 17 00:00:00 2001 From: matthiasberner Date: Sat, 10 Jan 2026 22:40:39 +0100 Subject: [PATCH] .drone.yml aktualisiert --- .drone.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1700efc..6d968be 100644 --- a/.drone.yml +++ b/.drone.yml @@ -76,16 +76,15 @@ steps: script: | set -e - echo "[INFO] Fetching authelia update script…" - fetch -o /tmp/authelia-update.sh \ https://git.familie-berner.de/Open/infra-maintenance/raw/branch/main/authelia/authelia-update.sh chmod +x /tmp/authelia-update.sh - echo "[INFO] Applying authelia update…" + echo "[INFO] Args: ${DRONE_CUSTOM_ARGS:-}" + + timeout 10m /tmp/authelia-update.sh ${DRONE_CUSTOM_ARGS} - timeout 10m /tmp/authelia-update.sh --apply --auto-revert --- kind: pipeline @@ -93,7 +92,6 @@ name: matrix_message depends_on: - authelia_check - - authelia_apply trigger: status: