Skip to content
Snippets Groups Projects
Commit 9345a87f authored by Karl Wette's avatar Karl Wette
Browse files

check_library_dependencies: check dependencies between CI :pkg build jobs

parent b7805497
No related branches found
No related tags found
1 merge request!20003-level CI build system for LALSuite
......@@ -197,7 +197,7 @@ def check_gitlab_depends(lib, depends):
gitlab_ci.update(safe_load_ignore_unknown(f))
error = 0
for pkg in ('conda', 'deb', 'rpm', 'koji'):
for pkg in ('pkg', 'conda', 'deb', 'rpm', 'koji'):
found = set()
ci_job_name = f'{lib}:{pkg}'
for needs in gitlab_ci[ci_job_name]['needs']:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment