ci: drone: add notification step on exec runner
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
8708719439
commit
17067f7c89
17
.drone.yml
17
.drone.yml
|
@ -14,4 +14,21 @@ steps:
|
|||
- name: test
|
||||
commands:
|
||||
- nix run 'nixpkgs#hello'
|
||||
- name: notify
|
||||
commands:
|
||||
- nix run 'github:ambroisie/matrix-notifier'
|
||||
environment:
|
||||
ADDRESS:
|
||||
from_secret: matrix_homeserver
|
||||
ROOM:
|
||||
from_secret: matrix_roomid
|
||||
USER:
|
||||
from_secret: matrix_username
|
||||
PASS:
|
||||
from_secret: matrix_password
|
||||
settings:
|
||||
trigger:
|
||||
status:
|
||||
- failure
|
||||
- success
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue