Remove 'git_dir' and 'zuul_url' from [zuul] section
These configuration parameters should be in [merger] section only Change-Id: I6fdfbfb7feabac9a8345cc658a595951f1fc88fc
This commit is contained in:
parent
437b4ee932
commit
72d20b4196
@ -17,11 +17,9 @@ baseurl=<%= gerrit_baseurl %>
|
|||||||
layout_config=/etc/zuul/layout/layout.yaml
|
layout_config=/etc/zuul/layout/layout.yaml
|
||||||
log_config=/etc/zuul/logging.conf
|
log_config=/etc/zuul/logging.conf
|
||||||
state_dir=/var/lib/zuul
|
state_dir=/var/lib/zuul
|
||||||
git_dir=/var/lib/zuul/git
|
|
||||||
url_pattern=<%= url_pattern %>
|
url_pattern=<%= url_pattern %>
|
||||||
status_url=<%= status_url %>
|
status_url=<%= status_url %>
|
||||||
job_name_in_report=<%= job_name_in_report %>
|
job_name_in_report=<%= job_name_in_report %>
|
||||||
zuul_url=<%= zuul_url %>
|
|
||||||
|
|
||||||
[merger]
|
[merger]
|
||||||
git_dir=/var/lib/zuul/git
|
git_dir=/var/lib/zuul/git
|
||||||
|
Loading…
Reference in New Issue
Block a user