.drone.yml aktualisiert
This commit is contained in:
@@ -74,17 +74,13 @@ steps:
|
|||||||
port: 22
|
port: 22
|
||||||
command_timeout: 15m
|
command_timeout: 15m
|
||||||
script: |
|
script: |
|
||||||
set -e
|
sh -eu <<'EOF'
|
||||||
|
|
||||||
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] Args: ${DRONE_CUSTOM_ARGS:-<none>}"
|
echo "[INFO] Args: ${DRONE_CUSTOM_ARGS:-<none>}"
|
||||||
|
|
||||||
timeout 10m /tmp/authelia-update.sh ${DRONE_CUSTOM_ARGS}
|
timeout 10m /tmp/authelia-update.sh ${DRONE_CUSTOM_ARGS}
|
||||||
|
EOF
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
@@ -95,7 +91,6 @@ depends_on:
|
|||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
status:
|
status:
|
||||||
- success
|
|
||||||
- failure
|
- failure
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user