Skip to content

Commit

Permalink
Go back to using AGENT_PACKAGE_VERSION.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacknz committed Aug 24, 2023
1 parent 1071b42 commit 1adcafe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .buildkite/scripts/steps/integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ set -euxo pipefail

source .buildkite/scripts/common.sh

# Set BEAT_VERSION to 8.10.0-SNAPSHOT until the first 8.11.0-SNAPSHOT is ready.
# This will use the 8.10.0-SNAPSHOT beats and set the agent to report as 8.10.0-SNAPSHOT
unset BEAT_VERSION;
BEAT_VERSION=8.10.0 \
# Set AGENT_PACKAGE_VERSION to 8.10.0 until the first 8.11.0-SNAPSHOT is ready.
AGENT_PACKAGE_VERSION=8.10.0 \
DEV=true \
EXTERNAL=true \
PACKAGES=tar.gz \
Expand Down

0 comments on commit 1adcafe

Please sign in to comment.