Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
gomisha committed Nov 9, 2023
1 parent 131490c commit 8d6dfe4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/test_matrix/test_matrix.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ func generateTestMatrix(targetPackages targets, otherPackages []string) []testMa
// listTargetPackages returns a map-list of target packages to run as separate CI jobs, based on a list of target package prefixes.
// It also returns a list of the "seen" packages that can then be used to extract the remaining packages to run (in a separate CI job).
func listTargetPackages(targetPackagePrefixes []string, allFlowPackages []string) (targets, map[string]string) {
//func listTargetPackages(targetPackagePrefixes []string, allFlowPackages []string) (map[string][]string, map[string]string) {
targetPackages := make(map[string][]string)
targetRunners := make(map[string]string)

Expand Down

0 comments on commit 8d6dfe4

Please sign in to comment.