From e7ad8143e43d56773f683f1d1d5a3bca9b1dbe6d Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 30 Jan 2021 07:44:11 +0100 Subject: fix(ops/piplines/static-pipeline): add --show-trace to nix-build Change-Id: Ib0473f916b1436934844e620ce981f52d11e8512 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2467 Tested-by: BuildkiteCI Reviewed-by: tazjin --- ops/pipelines/static-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ops/pipelines') diff --git a/ops/pipelines/static-pipeline.yaml b/ops/pipelines/static-pipeline.yaml index 515ab2cb64..7a6e911ac2 100644 --- a/ops/pipelines/static-pipeline.yaml +++ b/ops/pipelines/static-pipeline.yaml @@ -11,5 +11,5 @@ steps: exit } - nix-build -A ops.pipelines.depot -o depot.yaml || fallback + nix-build -A ops.pipelines.depot -o depot.yaml --show-trace || fallback buildkite-agent pipeline upload depot.yaml || fallback -- cgit 1.4.1