From 130c62dfc5529a4f5a4264fe9750361e3db5d88e Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 14 Oct 2020 18:20:17 +0200 Subject: [PATCH] [ADD][CI] Matrix notifications Only notify on full install. The linking step is included in it, so if it fails the install would also fail. --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.drone.yml b/.drone.yml index ffc6372..255940b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,3 +24,15 @@ steps: - "echo 'root ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers" - ./bootstrap.sh --no-creds --no-lang --no-yay - make YAY='sudo -u aur yay -S --noconfirm --needed' HASKELL_DEPENDENCIES='' + + - name: notify + image: plugins/matrix + settings: + homeserver: + from_secret: matrix_homeserver + roomid: + from_secret: matrix_roomid + username: + from_secret: matrix_username + password: + from_secret: matrix_password