Remove version limit for thuthesis

Signed-off-by: Harry Chen <i@harrychen.xyz>
This commit is contained in:
Harry Chen 2020-04-07 12:35:39 +08:00
parent 118856b952
commit 2c651021e4

View File

@ -32,7 +32,7 @@ REPOS = [
{"repo": "iina/iina", "versions": -1, "pre_release": True, "flat": True}, {"repo": "iina/iina", "versions": -1, "pre_release": True, "flat": True},
"FreeCAD/FreeCAD", "FreeCAD/FreeCAD",
"goharbor/harbor", "goharbor/harbor",
{"repo": "xueruini/thuthesis", "flat": True}, {"repo": "xueruini/thuthesis", "versions": -1, "flat": True},
] ]
# connect and read timeout value # connect and read timeout value