Run downstream builds
continuous-integration/drone/push Build is passing Details

See #171.
This commit is contained in:
decentral1se 2021-06-05 07:25:41 +02:00
parent ca2a3c8b58
commit f92364af80
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 18 additions and 1 deletions

View File

@ -33,7 +33,22 @@ steps:
- run flake8
- run unit tests
- name: notify coopcloud-dev on failure
- name: trigger downstream builds
image: plugins/downstream
settings:
server: https://drone.autonomic.zone
token:
from_secret: decentral1se_token
fork: true
repositories:
- coop-cloud/drone-abra
depends_on:
- run shellcheck
- run flake8
- run unit tests
- publish image
- name: notify on failure
image: plugins/matrix
settings:
homeserver: https://matrix.autonomic.zone
@ -45,6 +60,8 @@ steps:
- run shellcheck
- run flake8
- run unit tests
- publish image
- trigger downstream builds
when:
status:
- failure