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 <mail@tazj.in>
This commit is contained in:
Profpatsch 2021-01-30 07:44:11 +01:00
parent 8f57ca92bd
commit e7ad8143e4

View file

@ -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