Skip to content

Commit

Permalink
Use mage commands inside the 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 19, 2024
1 parent 921ac8a commit b15fc29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auditbeat/buildkite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ stages:
mandatory:
# NOTE: stage name should be unique!
unitTest:
command: ".buildkite/auditbeat/scripts/unit-tests.sh"
command: "mage -d auditbeat build unitTest"
platform: "family/platform-ingest-beats-ubuntu-2204"
crosscompile:
command: ".buildkite/auditbeat/scripts/crosscompile.sh"
command: "make -C auditbeat crosscompile"
platform: "family/platform-ingest-beats-ubuntu-2204"
unitTest-rhel-9:
command: ".buildkite/auditbeat/scripts/unit-tests.sh"
Expand Down

0 comments on commit b15fc29

Please sign in to comment.