feat(pipelines/depot): Run with --show-trace
So if an evaluation fails we get a stacktrace Change-Id: I54cdc9e93c765ef7cf3a4d0cd79e6d067f4789d3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/733
This commit is contained in:
parent
e2273389d5
commit
93d1ab7a54
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ let
|
|||
# documented on https://buildkite.com/docs/pipelines/defining-steps
|
||||
pipeline.steps = [
|
||||
{
|
||||
command = "nix-build -A ciBuilds.__allTargets";
|
||||
command = "nix-build -A ciBuilds.__allTargets --show-trace";
|
||||
label = ":duck:";
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue