.drone.yml aktualisiert
This commit is contained in:
@@ -76,16 +76,15 @@ steps:
|
|||||||
script: |
|
script: |
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
echo "[INFO] Fetching authelia update script…"
|
|
||||||
|
|
||||||
fetch -o /tmp/authelia-update.sh \
|
fetch -o /tmp/authelia-update.sh \
|
||||||
https://git.familie-berner.de/Open/infra-maintenance/raw/branch/main/authelia/authelia-update.sh
|
https://git.familie-berner.de/Open/infra-maintenance/raw/branch/main/authelia/authelia-update.sh
|
||||||
|
|
||||||
chmod +x /tmp/authelia-update.sh
|
chmod +x /tmp/authelia-update.sh
|
||||||
|
|
||||||
echo "[INFO] Applying authelia update…"
|
echo "[INFO] Args: ${DRONE_CUSTOM_ARGS:-<none>}"
|
||||||
|
|
||||||
|
timeout 10m /tmp/authelia-update.sh ${DRONE_CUSTOM_ARGS}
|
||||||
|
|
||||||
timeout 10m /tmp/authelia-update.sh --apply --auto-revert
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
@@ -93,7 +92,6 @@ name: matrix_message
|
|||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- authelia_check
|
- authelia_check
|
||||||
- authelia_apply
|
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
status:
|
status:
|
||||||
|
|||||||
Reference in New Issue
Block a user