Commit da55f3175548
Changed files (2)
.builds
.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