about summary refs log tree commit diff
path: root/ops/pipelines/static-pipeline.yaml
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-01-30T06·44+0100
committerProfpatsch <mail@profpatsch.de>2021-01-30T09·02+0000
commite7ad8143e43d56773f683f1d1d5a3bca9b1dbe6d (patch)
treef2a1be62989bd59f18178c82284bd165ada89b9b /ops/pipelines/static-pipeline.yaml
parent8f57ca92bddf8c6a003ee91e737dffad288b8b90 (diff)
fix(ops/piplines/static-pipeline): add --show-trace to nix-build r/2160
Change-Id: Ib0473f916b1436934844e620ce981f52d11e8512
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2467
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'ops/pipelines/static-pipeline.yaml')
-rw-r--r--ops/pipelines/static-pipeline.yaml2
1 files changed, 1 insertions, 1 deletions
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