Compare commits
1 commit
f4d6fddbd7
...
6802647811
| Author | SHA1 | Date | |
|---|---|---|---|
| 6802647811 |
1 changed files with 4 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ steps:
|
|||
commands:
|
||||
- nix run 'nixpkgs#hello'
|
||||
- name: notify
|
||||
comands:
|
||||
commands:
|
||||
- nix run 'github:ambroisie/matrix-notifier'
|
||||
environment:
|
||||
ADDRESS:
|
||||
|
|
@ -26,6 +26,9 @@ steps:
|
|||
from_secret: matrix_username
|
||||
PASS:
|
||||
from_secret: matrix_password
|
||||
MESSAGE:
|
||||
# FIXME: need to find a way to link
|
||||
"Build ${DRONE_BUILD_STATUS} [${DRONE_REPO_OWNER}/${DRONE_REPO_NAME}](${DRONE_SYSTEM_PROTO}://${DRONE_SYSTEM_HOST}/${DRONE_REPO}/${DRONE_BUILD_NUMBER}) (${DRONE_BRANCH}) by ${DRONE_COMMIT_AUTHOR}"
|
||||
settings:
|
||||
trigger:
|
||||
status:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue