diff --git a/.buildkite/scripts/steps/integration_tests.sh b/.buildkite/scripts/steps/integration_tests.sh index 8b1dec76449..5c89c451976 100755 --- a/.buildkite/scripts/steps/integration_tests.sh +++ b/.buildkite/scripts/steps/integration_tests.sh @@ -5,8 +5,7 @@ source .buildkite/scripts/common.sh # Override the agent package version using a string with format .. # NOTE: use only after version bump when the new version is not yet available, for example: -# OVERRIDE_AGENT_PACKAGE_VERSION="8.10.3" -OVERRIDE_AGENT_PACKAGE_VERSION="8.10.2" +# OVERRIDE_AGENT_PACKAGE_VERSION="8.10.2" if [[ -n "$OVERRIDE_AGENT_PACKAGE_VERSION" ]]; then OVERRIDE_TEST_AGENT_VERSION=${OVERRIDE_AGENT_PACKAGE_VERSION}"-SNAPSHOT"