Skip to content

Commit f8c1e20

Browse files
committed
return only one kptfile for published packages
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
1 parent cc6881d commit f8c1e20

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkg/externalrepo/git/package_tree.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ func (t *packageList) discoverPackages(repoKey repository.RepositoryKey, tree *o
160160
treeHash: tree.Hash,
161161
parent: t,
162162
}
163+
recurse = false
164+
break
163165
}
164166
}
165167

0 commit comments

Comments
 (0)