Skip to content

Commit

Permalink
set workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
fearful-symmetry committed Oct 27, 2023
1 parent 18523dc commit 8da7a0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .buildkite/scripts/steps/beats_tests.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
#!/usr/bin/env bash
set -euo pipefail

export WORKSPACE=build/beats/x-pack/metricbeat

source .buildkite/scripts/common.sh

mkdir -p build
cd build

git clone git@github.com:elastic/beats.git
cd beats

cd beats/x-pack/metricbeat
SNAPSHOT=true PLATFORMS=linux/amd64,linux/arm64,windows/amd64 PACKAGES=tar.gz,zip mage package

0 comments on commit 8da7a0b

Please sign in to comment.