From f3ed0ab3e35aaf4fc2e00c2835422da17e17d314 Mon Sep 17 00:00:00 2001 From: Craig MacKenzie Date: Wed, 23 Aug 2023 16:27:59 -0400 Subject: [PATCH] Remove extra snapshot qualifier. --- .buildkite/scripts/steps/integration_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \