diff --git a/.drone.yml b/.drone.yml index a2b7de8..3053a9c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,7 @@ type: ssh name: authelia_check clone: - image: alpine/git + disable: true server: host: 10.0.4.18 @@ -41,7 +41,12 @@ server: steps: - name: check_authelia_update 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