Skip to content

Commit 920ee9d

Browse files
authored
bump pulsar to 2.7.1.1 (#291)
bump pulsar to `2.7.1.1`
1 parent 121ead3 commit 920ee9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-integration-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
readonly PROJECT_ROOT=`cd $(dirname $0)/..; pwd`
55
readonly IMAGE_NAME=pulsarctl-test
6-
readonly PULSAR_DEFAULT_VERSION="2.7.1.1-rc-202103251930"
6+
readonly PULSAR_DEFAULT_VERSION="2.7.1.1"
77
readonly PULSAR_VERSION=${PULSAR_VERSION:-${PULSAR_DEFAULT_VERSION}}
88

99
docker build --build-arg PULSAR_VERSION=${PULSAR_VERSION} \

0 commit comments

Comments
 (0)