[manual] post-receive: Remove handling of refs/heads/hunt

Deployment steps: See comment at the top of tools/post-receive.
Will do this when the commit hits master.

(imported from commit 8e096609fca618ed82bfbee43bae701daaf49261)
This commit is contained in:
Keegan McAllister
2013-02-07 16:18:10 -05:00
parent bcec450c49
commit 401f591ab7

View File

@@ -99,6 +99,3 @@ for ln in sys.stdin:
elif refname in ["refs/heads/master", "refs/heads/test-post-receive"]:
send_bot_message(oldrev, newrev, refname)
update_deployment("staging.humbughq.com", oldrev, newrev, "origin/master")
elif refname in ["refs/heads/hunt"]:
send_bot_message(oldrev, newrev, refname)
update_deployment("hunt.humbughq.com", oldrev, newrev, "origin/hunt")