Don't purge old deployments on local server, for now.

(imported from commit 860e51691d90eee3e594388d514af07c9bb86d6a)
This commit is contained in:
Tim Abbott 2013-11-01 11:27:34 -04:00
parent 5f92ccb422
commit ca0848b308
1 changed files with 0 additions and 2 deletions

View File

@ -63,5 +63,3 @@ subprocess.check_call(["./scripts/restart-server"])
logging.info("Deployment complete")
shutil.rmtree(LOCK_DIR)
subprocess.check_call(["./scripts/purge-old-deployments"])