Skip to content

Commit

Permalink
Fix missing docker staging DRA artifacts (#39297) (#39302)
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.

(cherry picked from commit 85c9d14)

Co-authored-by: Dimitrios Liappis <dimitrios.liappis@gmail.com>
  • Loading branch information
mergify[bot] and dliappis committed Apr 30, 2024
1 parent 01717d6 commit df060aa
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 df060aa

Please sign in to comment.