forgot to add the distgit builder to dev master
This commit is contained in:
parent
aa13337924
commit
2fa26de7be
1 changed files with 1 additions and 1 deletions
|
@ -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 %}],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue