mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Fix post-receive to work with new update-deployment
update-deployment now expects the ref name to already be relative to origin (imported from commit 0a1792119dd2565c2413acbca25e0fe370f09bf8)
This commit is contained in:
parent
c58ac9cc0c
commit
4cd9abdf10
@ -51,4 +51,4 @@ for ln in sys.stdin:
|
||||
|
||||
if deployments[refname]:
|
||||
server, branch = deployments[refname]
|
||||
update_deployment(server, oldrev, newrev, "origin/" + branch)
|
||||
update_deployment(server, oldrev, newrev, branch)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user