Skip to content

Commit

Permalink
Fix missing docker staging DRA artifacts (#39297)
Browse files Browse the repository at this point in the history
The DRA staging release is failing because the Buildkite step isn't capturing the right artifacts.
This commit fixes the issue by adjusting the artifact_paths to match the other steps.
  • Loading branch information
dliappis committed Apr 30, 2024
1 parent d3eaed5 commit 85c9d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/packaging.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ steps:
imagePrefix: "${AWS_IMAGE_UBUNTU_ARM_64}"
instanceType: "${AWS_ARM_INSTANCE_TYPE}"
artifact_paths:
- build/distributions/**
- build/distributions/**/*
matrix:
- auditbeat
- filebeat
Expand Down

0 comments on commit 85c9d14

Please sign in to comment.