From 1d85adf7f45c0a1437e3e2008239150321b148b6 Mon Sep 17 00:00:00 2001 From: streamnativebot Date: Tue, 9 Apr 2024 12:45:25 +0000 Subject: [PATCH] "Created by snbot" --- scripts/run-integration-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-integration-tests.sh b/scripts/run-integration-tests.sh index e20b5be9..6651b845 100755 --- a/scripts/run-integration-tests.sh +++ b/scripts/run-integration-tests.sh @@ -3,7 +3,7 @@ set -e readonly PROJECT_ROOT=`cd $(dirname $0)/..; pwd` readonly IMAGE_NAME=pulsarctl-test -readonly PULSAR_DEFAULT_VERSION="3.2.2.1" +readonly PULSAR_DEFAULT_VERSION="3.2.2.1-bk4170rc0verify" readonly PULSAR_VERSION=${PULSAR_VERSION:-${PULSAR_DEFAULT_VERSION}} docker build --build-arg PULSAR_VERSION=${PULSAR_VERSION} \