From 4b4d9cb5b9b23e50f674258d0ee2da406bd80b43 Mon Sep 17 00:00:00 2001 From: Alexander Afonin <63101279+lueFlake@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:21:17 +0300 Subject: [PATCH] discover-repos.rb --- steps/discover-repos.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/steps/discover-repos.rb b/steps/discover-repos.rb index 9502b60c..23809022 100755 --- a/steps/discover-repos.rb +++ b/steps/discover-repos.rb @@ -129,9 +129,7 @@ def process_repositories(repositories, context) def process_repo(repo_data, found, licenses) return if repo_already_processed?(repo_data, found) - return if license_invalid?(repo_data, licenses) - add_repo_to_found(repo_data, found) print_repo_info(repo_data, found) end