upgrade-zulip: Print the old and new versions during upgrades.

Fixes: #23620
This commit is contained in:
Alex Vandiver
2023-01-30 20:28:34 +00:00
committed by Tim Abbott
parent 418e51cc5b
commit 74067f071f
2 changed files with 11 additions and 3 deletions

View File

@@ -168,7 +168,6 @@ try:
stderr=subprocess.DEVNULL,
).strip()
refname = fullref
logging.info("Upgrading to %s, in %s", commit_hash, deploy_path)
subprocess.check_call(
["git", "worktree", "add", "--detach", deploy_path, refname],
stdout=subprocess.DEVNULL,