Add test-docker/ in addition to test-modules/, etc..
This commit is contained in:
parent
7265a3e841
commit
302c85e501
5 changed files with 8 additions and 0 deletions
|
@ -262,6 +262,8 @@ def main():
|
|||
# https://pagure.io/fedora-infrastructure/issue/5571
|
||||
if 'modules' in pkgdb_info:
|
||||
pkgdb_info['test-modules'] = copy.copy(pkgdb_info['modules'])
|
||||
if 'docker' in pkgdb_info:
|
||||
pkgdb_info['test-docker'] = copy.copy(pkgdb_info['docker'])
|
||||
|
||||
for ns in pkgdb_info:
|
||||
namespace = ns
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue