diff --git a/.buildkite/scripts/steps/integration_tests.sh b/.buildkite/scripts/steps/integration_tests.sh index 7ac84e7a847..bd65c86f523 100755 --- a/.buildkite/scripts/steps/integration_tests.sh +++ b/.buildkite/scripts/steps/integration_tests.sh @@ -7,7 +7,7 @@ source .buildkite/scripts/common.sh unset BEAT_VERSION; # Set AGENT_PACKAGE_VERSION to 8.10.0-SNAPSHOT until the first 8.11.0-SNAPSHOT is ready. -AGENT_PACKAGE_VERSION=8.10.0-SNAPSHOT \ +AGENT_PACKAGE_VERSION=8.10.0 \ DEV=true \ EXTERNAL=true \ PACKAGES=tar.gz \