From 9038098310d35761cdf724c054c326966446c97b Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 17 Aug 2012 13:50:54 -0700 Subject: [PATCH] Configure zuul to push refs. Change-Id: I59456356579d8e83b3f7d552ac795c4de55c0817 Reviewed-on: https://review.openstack.org/11590 Reviewed-by: Clark Boylan Approved: James E. Blair Tested-by: Jenkins --- modules/zuul/templates/zuul.conf.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/zuul/templates/zuul.conf.erb b/modules/zuul/templates/zuul.conf.erb index 1e0bc5100d..51f8c4b944 100644 --- a/modules/zuul/templates/zuul.conf.erb +++ b/modules/zuul/templates/zuul.conf.erb @@ -13,3 +13,4 @@ layout_config=/etc/zuul/layout.yaml log_config=/etc/zuul/logging.conf state_dir=/var/lib/zuul git_dir=/var/lib/zuul/git +push_change_refs=true