diff options
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 |