[skip e2e]Update milvus version for deploy test (#14767)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/14787/head
zhuwenxing 2022-01-04 16:25:35 +08:00 committed by GitHub
parent 44c53b10da
commit 5b2699f798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ echo "platform: $platform"
Task="reinstall" Task="reinstall"
Mode="standalone" Mode="standalone"
Release="2.0.0-rc5" Release="v2.0.0-pre-ga"
while getopts "hm:t:p:" OPT; while getopts "hm:t:p:" OPT;
do do
case $OPT in case $OPT in
@ -119,7 +119,7 @@ python scripts/get_tag.py
latest_tag=$(jq -r ".latest_tag" tag_info.json) latest_tag=$(jq -r ".latest_tag" tag_info.json)
latest_rc_tag=$(jq -r ".latest_rc_tag" tag_info.json) latest_rc_tag=$(jq -r ".latest_rc_tag" tag_info.json)
release_version=$(jq -r ".release_version" tag_info.json) release_version="v2.0.0-pre-ga"
echo $release_version echo $release_version
pushd ${Deploy_Dir} pushd ${Deploy_Dir}