mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 04:40:42 +00:00
add notify task and some cleanups
This commit is contained in:
parent
546866eb3a
commit
e36078262f
20
.drone.yml
20
.drone.yml
@ -144,3 +144,23 @@ steps:
|
|||||||
- test3.5
|
- test3.5
|
||||||
- test3.6
|
- test3.6
|
||||||
- test3.7
|
- test3.7
|
||||||
|
|
||||||
|
- name: notify
|
||||||
|
image: plugins/matrix
|
||||||
|
settings:
|
||||||
|
homeserver: https://matrix.rknet.org
|
||||||
|
roomid: MtidqQXWWAtQcByBhH:rknet.org
|
||||||
|
template: "Status: **{{ build.status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.link }}) ({{ build.branch }}) by {{ build.author }}<br/> Message: {{ build.message }}"
|
||||||
|
username:
|
||||||
|
from_secret: matrix_username
|
||||||
|
password:
|
||||||
|
from_secret: matrix_password
|
||||||
|
depends_on:
|
||||||
|
- test2.7
|
||||||
|
- test3.5
|
||||||
|
- test3.6
|
||||||
|
- test3.7
|
||||||
|
when:
|
||||||
|
status:
|
||||||
|
- success
|
||||||
|
- failure
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
flake8
|
|
||||||
pep8-naming
|
|
||||||
wheel
|
|
||||||
flake8-colors
|
|
||||||
pytest
|
|
Loading…
Reference in New Issue
Block a user