Skip to content

Commit

Permalink
Fix mage command for Filebeat windows steps
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Sapranidis <alexandros@elastic.co>
  • Loading branch information
alexsapran committed Mar 20, 2024
1 parent 3a1cc1b commit 48a7851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions filebeat/buildkite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ stages:
command: "mage -d filebeat unitTest"
platform: "family/platform-ingest-beats-rhel-9"
unitTest-windows-2022:
command: "mage build unitTest"
command: "mage -d filebeat build unitTest"
platform: "family/platform-ingest-beats-windows-2022"
unitTest-windows-2016:
command: "mage build unitTest"
command: "mage -d filebeat build unitTest"
platform: "family/platform-ingest-beats-windows-2016"
# optional stage - it runs on:
# - branches/tags
Expand Down

0 comments on commit 48a7851

Please sign in to comment.