From 1adcafe3bb2a66e669777aa67f3c749aad2787ad Mon Sep 17 00:00:00 2001 From: Craig MacKenzie Date: Wed, 23 Aug 2023 22:02:35 -0400 Subject: [PATCH] Go back to using AGENT_PACKAGE_VERSION. --- .buildkite/scripts/steps/integration_tests.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 \