Skip to content

Commit

Permalink
Bump pulsar to 2.7.1.3 (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianyun Zhao authored Apr 11, 2021
1 parent 8c386c4 commit 612d564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit 612d564

Please sign in to comment.