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: