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:
Griffin Smith 2020-06-28 20:30:00 -04:00 committed by glittershark
parent e2273389d5
commit 93d1ab7a54

View file

@ -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:";
}
];