8f1adc171f
TODO: Add another script that sets the project description. Add the project description to the config hash. Change-Id: If4584b2a1e55e6eb912e1f557e31de216d49a516
8 lines
208 B
Plaintext
8 lines
208 B
Plaintext
# This file is managed by puppet.
|
|
# https://github.com/openstack/openstack-ci-puppet
|
|
|
|
<% projects.each do |project| -%>
|
|
[project "<%= project['name'] %>"]
|
|
close_pull = <%= project['close_pull'] %>
|
|
<% end -%>
|