mirror of https://github.com/zulip/zulip.git
Don't purge old deployments on local server, for now.
(imported from commit 860e51691d90eee3e594388d514af07c9bb86d6a)
This commit is contained in:
parent
5f92ccb422
commit
ca0848b308
|
@ -63,5 +63,3 @@ subprocess.check_call(["./scripts/restart-server"])
|
||||||
|
|
||||||
logging.info("Deployment complete")
|
logging.info("Deployment complete")
|
||||||
shutil.rmtree(LOCK_DIR)
|
shutil.rmtree(LOCK_DIR)
|
||||||
|
|
||||||
subprocess.check_call(["./scripts/purge-old-deployments"])
|
|
||||||
|
|
Loading…
Reference in New Issue