From 18523dcf32635e4a96495a4661854337d9c3e883 Mon Sep 17 00:00:00 2001 From: fearful-symmetry Date: Fri, 27 Oct 2023 16:07:14 -0700 Subject: [PATCH] still trying to get it to work --- .buildkite/scripts/steps/beats_tests.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.buildkite/scripts/steps/beats_tests.sh b/.buildkite/scripts/steps/beats_tests.sh index 72e5500ae5f..5b714864c8b 100755 --- a/.buildkite/scripts/steps/beats_tests.sh +++ b/.buildkite/scripts/steps/beats_tests.sh @@ -8,8 +8,5 @@ cd build git clone git@github.com:elastic/beats.git -cd beats -echo "testing mage" -mage -l -echo "running mage" -SNAPSHOT=true PLATFORMS=linux/amd64,linux/arm64,windows/amd64 PACKAGES=tar.gz,zip mage -v package \ No newline at end of file +cd beats/x-pack/metricbeat +SNAPSHOT=true PLATFORMS=linux/amd64,linux/arm64,windows/amd64 PACKAGES=tar.gz,zip mage package \ No newline at end of file