2022-12-03 16:29:14 +00:00
|
|
|
pipeline:
|
|
|
|
|
|
|
|
check:
|
|
|
|
image: nixpkgs/nix-flakes:latest
|
|
|
|
pull: true
|
|
|
|
commands:
|
2022-12-21 15:07:53 +00:00
|
|
|
- time nix flake metadata
|
2022-12-21 15:11:42 +00:00
|
|
|
- time nix develop -c statix check
|
2022-12-21 15:07:53 +00:00
|
|
|
- time nix flake check
|
2022-12-03 16:29:14 +00:00
|
|
|
|
2022-12-04 13:30:24 +00:00
|
|
|
notify:
|
|
|
|
image: drillster/drone-email
|
|
|
|
settings:
|
|
|
|
host: smtp.eu.mailgun.org
|
|
|
|
username: postmaster@$peninsula.industries
|
|
|
|
password:
|
|
|
|
from_secret: mailgun_token
|
|
|
|
from: ci@peninsula.industries
|
|
|
|
when:
|
|
|
|
- status: [ failure ]
|