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:
parent
8f57ca92bd
commit
e7ad8143e4
1 changed files with 1 additions and 1 deletions
|
|
@ -11,5 +11,5 @@ steps:
|
||||||
exit
|
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
|
buildkite-agent pipeline upload depot.yaml || fallback
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue