mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
forgot to add the distgit builder to dev master
This commit is contained in:
@@ -351,7 +351,7 @@ c['builders'].append(
|
||||
factory=factory, locks=[build_lock.access('counting')],
|
||||
mergeRequests=False))
|
||||
|
||||
{% if deployment_type in ['stg'] %}
|
||||
{% if deployment_type in ['dev', 'stg'] %}
|
||||
c['builders'].append(
|
||||
BuilderConfig(name="distgit",
|
||||
slavenames=[{% for buildslave in x86_64_buildslaves %}"{{ buildslave }}",{% endfor %}],
|
||||
|
||||
Reference in New Issue
Block a user