test
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone Build was killed

This commit is contained in:
2026-01-10 23:18:25 +01:00
parent 77293bc908
commit b8eafc86fd

View File

@@ -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:-<none>}" &&
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:-<none>}" &&
timeout 10m /tmp/authelia-update.sh ${DRONE_CUSTOM_ARGS}
'
---
kind: pipeline