[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.
This commit is contained in:
parent
a0e91e6585
commit
130c62dfc5
12
.drone.yml
12
.drone.yml
|
@ -24,3 +24,15 @@ steps:
|
||||||
- "echo 'root ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers"
|
- "echo 'root ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers"
|
||||||
- ./bootstrap.sh --no-creds --no-lang --no-yay
|
- ./bootstrap.sh --no-creds --no-lang --no-yay
|
||||||
- make YAY='sudo -u aur yay -S --noconfirm --needed' HASKELL_DEPENDENCIES=''
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue