Skip to content

Commit

Permalink
Merge branch 'branches/rudder/8.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Sep 11, 2024
2 parents 8e833b7 + 4a176a7 commit 5abac28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ class ZipArchiveBuilderService(
// start by zipping categories after having dedup them
techCats = allTech.collect { case (c, t) => (c, t.id.version) }
techCatsZip <- getTechniqueCategoryZippable(techniquesDir, techCats)
techniquesZip <- ZIO.foreach(allTech.filter(_._2.isBase)) {
techniquesZip <- ZIO.foreach(allTech.filter(_._2.policyTypes.isBase)) {
case (cats, technique) =>
for {
techZips <- getTechniqueZippable(rootDirName, techniquesDir, cats, technique.id)
Expand Down

0 comments on commit 5abac28

Please sign in to comment.