mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	[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:
		@@ -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")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user