diff options
Diffstat (limited to 'ops')
-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 cf3fc9d4fb38..4a844561e63d 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 |