From 09fff7f1cb7c4ed4c90328b1f23f16f4d1226f70 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Fri, 4 Feb 2022 12:50:19 -0800 Subject: [PATCH] lets try this --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.drone.yml b/.drone.yml index 8c0e0e9b0..bc16bd58f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,15 @@ steps: image: registry.sean.farm/honda-builder commands: - ./ci/scripts/build.sh linux 386 $${DRONE_COMMIT_SHA} + - name: notify-mattermost + image: dabankio/drone-plugin-mattermost + environment: + token: + from_secret: mattermost-token + host: + from_secret: mattermost-host + channel: + from_secret: mattermost-channel image_pull_secrets: - dockerconfigjson