diff --git a/tests/python_client/deploy/test.sh b/tests/python_client/deploy/test.sh index 1986a4ffa6..f6af4541bd 100644 --- a/tests/python_client/deploy/test.sh +++ b/tests/python_client/deploy/test.sh @@ -28,7 +28,7 @@ echo "platform: $platform" Task="reinstall" Mode="standalone" -Release="2.0.0-rc5" +Release="v2.0.0-pre-ga" while getopts "hm:t:p:" OPT; do case $OPT in @@ -119,7 +119,7 @@ python scripts/get_tag.py latest_tag=$(jq -r ".latest_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 pushd ${Deploy_Dir}