From f92364af807c64c2e620185d120aa6e91e7be455 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sat, 5 Jun 2021 07:25:41 +0200 Subject: [PATCH] Run downstream builds See https://git.autonomic.zone/coop-cloud/abra/issues/171. --- .drone.yml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4e4e397..4cc1b52 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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