[skip ci] Delete unused codes of update file on benchmark (#12775)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
wt 2021-12-06 18:16:49 +08:00 committed by GitHub
parent 473ebd215b
commit 46b68ca794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,6 @@ def get_latest_tag(limit=200):
break
if latest_tag == "":
# latest_tag = "master-latest"
raise print("Can't find the latest image name")
print("The image name used is %s" % str(latest_tag))
return latest_tag