blob: 73308d937b0c3520f45938923984dcd7ced167b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# This build configuration provides a fallback which marks a build as
# failed. This is used if evaluating the build configuration fails,
# for example because of a syntax error in Nix code.
---
steps:
- command: "echo 'Nix evaluation failed!' && exit 1"
# This step *must* be :duck: to trigger the correct hook.
label: ":duck:"
|