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 750679639f5f..b0170e9a017a 100644 --- a/ops/pipelines/static-pipeline.yaml +++ b/ops/pipelines/static-pipeline.yaml @@ -43,7 +43,7 @@ steps: buildkite-agent pipeline upload $$chunk done - buildkite-agent artifact upload pipeline/drvmap.json + buildkite-agent artifact upload "pipeline/*" # Wait for all previous steps to complete. - wait: null |