.drone.yml aktualisiert
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-01-10 21:53:27 +01:00
parent aff6847778
commit 0fc3fb8bf5

View File

@@ -30,7 +30,7 @@ type: ssh
name: authelia_check name: authelia_check
clone: clone:
image: alpine/git disable: true
server: server:
host: 10.0.4.18 host: 10.0.4.18
@@ -41,7 +41,12 @@ server:
steps: steps:
- name: check_authelia_update - name: check_authelia_update
commands: commands:
- timeout 5m sh -s < authelia/authelia-update.sh - |
set -e
fetch -o /tmp/authelia-update.sh \
https://git.familie-berner.de/infra-maintenance/raw/branch/main/authelia/authelia-update.sh
chmod +x /tmp/authelia-update.sh
timeout 5m /tmp/authelia-update.sh
--- ---
kind: pipeline kind: pipeline