Skip to content

Added indexing to experimental to all index workflows and scripts#456

Open
IvanRuzavin wants to merge 2 commits into
mainfrom
update/index-packs-to-experimental
Open

Added indexing to experimental to all index workflows and scripts#456
IvanRuzavin wants to merge 2 commits into
mainfrom
update/index-packs-to-experimental

Conversation

@IvanRuzavin

Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread scripts/check_indexes.py
package_name = f'{indexed_item['source']['name']}.json'
if indexed_item['source']['name'] == 'database' and 'test' in args.es_index:
if indexed_item['source']['name'] == 'database' and ('test' in args.es_index or 'experimental' in args.es_index):
package_name = 'database_dev.7z'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we have a separate name for experimental database?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants