From 93d1ab7a549143bb9f2e251409de3ac8282da828 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sun, 28 Jun 2020 20:30:00 -0400 Subject: 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 --- ops/pipelines/depot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/pipelines/depot.nix b/ops/pipelines/depot.nix index 4c964b4df9..3c9ee6b214 100644 --- a/ops/pipelines/depot.nix +++ b/ops/pipelines/depot.nix @@ -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:"; } ]; -- cgit 1.4.1