Skip to content

Commit

Permalink
Update filter for indexing EEs from catalog.redhat.com (#1346)
Browse files Browse the repository at this point in the history
Issue: AAH-1737
(cherry picked from commit 3d20b99)
  • Loading branch information
newswangerd authored and patchback[bot] committed Jul 6, 2022
1 parent 8b9432f commit 55784ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/1737.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update filter for indexing EEs from catalog.redhat.com
2 changes: 1 addition & 1 deletion galaxy_ng/app/tasks/index_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def index_execution_environments_from_redhat_registry(registry_pk, request_data)
remotes = []

query = {
"filter": "build_categories=in=('Automation Execution Environment')",
"filter": "build_categories=in=('Automation execution environment')",
"page": 0,
"sort_by": "creation_date[asc]"
}
Expand Down

0 comments on commit 55784ce

Please sign in to comment.