diff --git a/.drone.yml b/.drone.yml index 6d968be..cb878c2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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:-}" - timeout 10m /tmp/authelia-update.sh ${DRONE_CUSTOM_ARGS} - + EOF --- kind: pipeline @@ -95,7 +91,6 @@ depends_on: trigger: status: - - success - failure steps: