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