diff --git a/scripts/run-integration-tests.sh b/scripts/run-integration-tests.sh index 05257bf7..be8f7512 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="2.7.1.3-rc-202104091034" +readonly PULSAR_DEFAULT_VERSION="2.7.1.3" readonly PULSAR_VERSION=${PULSAR_VERSION:-${PULSAR_DEFAULT_VERSION}} docker build --build-arg PULSAR_VERSION=${PULSAR_VERSION} \