mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Update milvus version for deploy test (#14767)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/14787/head
parent
44c53b10da
commit
5b2699f798
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue