diff options
author | Profpatsch <mail@profpatsch.de> | 2021-01-30T06·44+0100 |
---|---|---|
committer | Profpatsch <mail@profpatsch.de> | 2021-01-30T09·02+0000 |
commit | e7ad8143e43d56773f683f1d1d5a3bca9b1dbe6d (patch) | |
tree | f2a1be62989bd59f18178c82284bd165ada89b9b /ops/pipelines | |
parent | 8f57ca92bddf8c6a003ee91e737dffad288b8b90 (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')
-rw-r--r-- | ops/pipelines/static-pipeline.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/pipelines/static-pipeline.yaml b/ops/pipelines/static-pipeline.yaml index 515ab2cb6475..7a6e911ac252 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 |