Skip to content

Commit

Permalink
Fix ignition_collection exclude clause
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Oct 16, 2023
1 parent 6a56d5a commit fc2bb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-scripts/dsl/ignition_collection.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ gz_collections_yaml.collections.each { collection ->
distro = ci_config.system.version
arch = ci_config.system.arch

if (ci_config.exclude.contains(gz_collection_name))
if (ci_config.exclude.all?.contains(gz_collection_name))
return

// INSTALL JOBS:
Expand Down

0 comments on commit fc2bb5f

Please sign in to comment.