Commit da55f3175548

Vincent Demeester <vincent@sbr.pm>
2020-05-10 13:32:27
builds: add email action in case of failure
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 4d84c93
Changed files (2)
.builds/fedora.yml
@@ -4,3 +4,7 @@ sources:
 tasks:
 - hello: |
     echo "do something with fedora at some point"
+triggers:
+- action: email
+  condition: failure
+  to: vincent@sbr.pm
.builds/nixos.yml
@@ -13,3 +13,7 @@ tasks:
     cachix use shortbrain
     nix-build home/ci.nix -A cacheOutputs | cachix push shortbrain
     curl -XPOST "https://nur-update.herokuapp.com/update?repo=vdemeester"
+triggers:
+- action: email
+  condition: failure
+  to: vincent@sbr.pm