Skip to content

Commit

Permalink
refactor: don't create software_scopes.yml and software_categories.yml
Browse files Browse the repository at this point in the history
Related to italia#243
  • Loading branch information
bfabio committed May 11, 2022
1 parent c2c51ee commit 34ceb90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 101 deletions.
12 changes: 0 additions & 12 deletions crawler/jekyll/main.go
Expand Up @@ -49,17 +49,5 @@ func GenerateJekyllYML(elasticClient *elastic.Client) error {
log.Errorf("Error exporting jekyll file of all the software : %v", err)
}

// Export the list of distinct categories mentioned in the catalog
err = CategoriesYML(path.Join(outputDir, "software_categories.yml"), elasticClient)
if err != nil {
log.Errorf("Error exporting jekyll file of software categories: %v", err)
}

// Export the list of distinct scopes mentioned in the catalog
err = ScopesYML(path.Join(outputDir, "software_scopes.yml"), elasticClient)
if err != nil {
log.Errorf("Error exporting jekyll file of software scopes: %v", err)
}

return err
}
89 changes: 0 additions & 89 deletions crawler/jekyll/tags.go

This file was deleted.

0 comments on commit 34ceb90

Please sign in to comment.