diff --git a/.buildkite/scripts/steps/integration_tests.sh b/.buildkite/scripts/steps/integration_tests.sh index 7565d271a99..3cb990ce88a 100755 --- a/.buildkite/scripts/steps/integration_tests.sh +++ b/.buildkite/scripts/steps/integration_tests.sh @@ -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 \