Skip to content

Commit

Permalink
fixup! Remove more wrapper scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsapran committed Mar 19, 2024
1 parent 8b0b92a commit 79d7a48
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,13 +12,13 @@ stages:
mandatory:
# NOTE: stage name should be unique!
unitTest:
command: "mage auditbeat build unitTest"
command: "mage -d auditbeat build unitTest"
platform: "family/platform-ingest-beats-ubuntu-2204"
crosscompile:
command: "make -C auditbeat crosscompile"
platform: "family/platform-ingest-beats-ubuntu-2204"
unitTest-rhel-9:
command: "mage auditbeat build unitTest"
command: "mage -d auditbeat build unitTest"
platform: "family/platform-ingest-beats-rhel-9"
unitTest-windows-2022:
command: "mage build unitTest"
Expand Down

0 comments on commit 79d7a48

Please sign in to comment.