.drone.yml aktualisiert
Some checks failed
continuous-integration/drone/push Build encountered an error
Some checks failed
continuous-integration/drone/push Build encountered an error
This commit is contained in:
20
.drone.yml
20
.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
|
||||
|
||||
Reference in New Issue
Block a user