From b8eafc86fdf3a56e0369cafc46e130167546307e Mon Sep 17 00:00:00 2001 From: Matthias Berner Date: Sat, 10 Jan 2026 23:18:25 +0100 Subject: [PATCH] test --- .drone.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4abcab3..e5761a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -73,16 +73,15 @@ steps: from_secret: password_authelia port: 22 command_timeout: 10m - - script: - - /bin/sh -eu -c ' - 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] Build event: ${DRONE_BUILD_EVENT}" && - echo "[INFO] Args: ${DRONE_CUSTOM_ARGS:-}" && - timeout 10m /tmp/authelia-update.sh ${DRONE_CUSTOM_ARGS} - ' + script: | + /bin/sh -eu -c ' + 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] Build event: ${DRONE_BUILD_EVENT}" && + echo "[INFO] Args: ${DRONE_CUSTOM_ARGS:-}" && + timeout 10m /tmp/authelia-update.sh ${DRONE_CUSTOM_ARGS} + ' --- kind: pipeline