mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
upgrade-zulip: Print the old and new versions during upgrades.
Fixes: #23620
This commit is contained in:
committed by
Tim Abbott
parent
418e51cc5b
commit
74067f071f
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user