diff --git a/ops/pipelines/static-pipeline.yaml b/ops/pipelines/static-pipeline.yaml index 515ab2cb6..7a6e911ac 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