Compare commits
1 commit
0049ca514c
...
79caed6e68
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | 79caed6e68 |
10
.drone.yml
10
.drone.yml
|
@ -7,6 +7,7 @@ steps:
|
||||||
- name: Pre-commit checks
|
- name: Pre-commit checks
|
||||||
commands:
|
commands:
|
||||||
- nix flake check
|
- nix flake check
|
||||||
|
- "false"
|
||||||
|
|
||||||
- name: Notifiy
|
- name: Notifiy
|
||||||
commands:
|
commands:
|
||||||
|
@ -20,9 +21,8 @@ steps:
|
||||||
from_secret: matrix_username
|
from_secret: matrix_username
|
||||||
PASS:
|
PASS:
|
||||||
from_secret: matrix_password
|
from_secret: matrix_password
|
||||||
settings:
|
when:
|
||||||
trigger:
|
status:
|
||||||
status:
|
- failure
|
||||||
- failure
|
- success
|
||||||
- success
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue