summaryrefslogtreecommitdiffstats
path: root/.builds/debian.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-04-29 11:14:12 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-04-29 11:30:57 +0200
commitd09be3e2fa1b02912b0a1c723e7c9647296de921 (patch)
treedb84ef7ea617b226b05ed53062d8a5d600b8f5a9 /.builds/debian.yml
parent50befbedeb9c987d78b12a5cce81b1a9ea95f535 (diff)
srht builds: Add email notification
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to '.builds/debian.yml')
-rw-r--r--.builds/debian.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.builds/debian.yml b/.builds/debian.yml
index 96ce2747..8dd64726 100644
--- a/.builds/debian.yml
+++ b/.builds/debian.yml
@@ -24,3 +24,8 @@ tasks:
cd imag
PATH="$HOME/.cargo/bin:$PATH" rustup component add clippy
PATH="$HOME/.cargo/bin:$PATH" cargo clippy --all --all-targets --all-features -- -D warnings
+triggers:
+ - action: email
+ condition: always
+ to: mail@beyermatthias.de
+