From 2cf42fec29e1066b2c57a5de95b9b7cdeb3b5171 Mon Sep 17 00:00:00 2001 From: matthiasberner Date: Sat, 10 Jan 2026 22:50:38 +0100 Subject: [PATCH] .drone.yml aktualisiert --- .drone.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6d968be..cb878c2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -74,17 +74,13 @@ steps: port: 22 command_timeout: 15m script: | - set -e - + sh -eu <<'EOF' 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] Args: ${DRONE_CUSTOM_ARGS:-}" - timeout 10m /tmp/authelia-update.sh ${DRONE_CUSTOM_ARGS} - + EOF --- kind: pipeline @@ -95,7 +91,6 @@ depends_on: trigger: status: - - success - failure steps: