Skip to content

Commit

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

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

source .buildkite/scripts/common.sh

Expand All @@ -11,4 +10,6 @@ cd build
git clone [email protected]:elastic/beats.git
cd beats

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

SNAPSHOT=true PLATFORMS=linux/amd64,linux/arm64,windows/amd64 PACKAGES=tar.gz,zip mage package

0 comments on commit 40bea83

Please sign in to comment.