add gameid=2002 config

This commit is contained in:
pengtao 2019-12-05 20:20:42 +08:00
parent a041fbabc3
commit 5741e97194

View File

@ -79,7 +79,7 @@ class DeployKeys:
def build_svn_tar(self):
try:
log.info("svn export config start")
cmd = f"cd {self.svn_paths} && svn up && tar zcvf keys.tar.gz keys "
cmd = f"cd {self.svn_paths} && svn cleanup && svn up && tar zcvf keys.tar.gz keys "
status, output = run_cmd(cmd)
if status:
log.info("svn export config success")