about summary refs log tree commit diff
path: root/ops/pipelines/static-pipeline.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ops/pipelines/static-pipeline.yaml')
-rw-r--r--ops/pipelines/static-pipeline.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/pipelines/static-pipeline.yaml b/ops/pipelines/static-pipeline.yaml
index cf3fc9d4fb..4a844561e6 100644
--- a/ops/pipelines/static-pipeline.yaml
+++ b/ops/pipelines/static-pipeline.yaml
@@ -54,7 +54,7 @@ steps:
 
       # Steps need to be uploaded in reverse order because pipeline
       # upload prepends instead of appending.
-      ls pipeline/chunk-*.json | tac | while read chunk; do
+      ls pipeline/build-chunk-*.json | tac | while read chunk; do
         buildkite-agent pipeline upload $$chunk
       done