diff --git a/.drone.yml b/.drone.yml index f03572e..3796c5a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,20 +42,11 @@ server: password: from_secret: password_xigmanas -clone: - disable: false - steps: - name: check_authelia_update commands: - timeout 5m bastille cmd authelia sh -s < authelia/authelia-update.sh -trigger: - event: - - pull_request - - cron - - manual - --- kind: pipeline @@ -69,18 +60,11 @@ server: password: from_secret: password_xigmanas -clone: - disable: false - steps: - name: apply_authelia_update commands: - timeout 10m bastille cmd authelia sh -s -- --apply --auto-revert < authelia/authelia-update.sh -trigger: - event: - - manual - --- kind: pipeline @@ -91,10 +75,6 @@ depends_on: - authelia_apply trigger: - event: - - pull_request - - cron - - manual status: - success - failure