Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
Merge #252
Browse files Browse the repository at this point in the history
252: Changes related to the next Meilisearch release (v0.26.0) r=alallema a=meili-bot

This PR gathers the changes related to the next Meilisearch release (v0.26.0) so that this package is ready when the official release is out.

⚠️ This PR should NOT be merged until the next release of Meilisearch (v0.26.0) is out.

_This PR is auto-generated for the [pre-release week](https://github.com/meilisearch/integration-guides/blob/master/guides/pre-release-week.md) purpose._

_Related to this issue: https://github.com/meilisearch/integration-guides/issues/181_


Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Co-authored-by: Amélie <alallema@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 14, 2022
2 parents dc80c9f + a25db1c commit a7195a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/build_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
if len(sys.argv) > 1 and '--no-analytics' in sys.argv:
print('Launch build image without analytics.')
index = conf.USER_DATA.find('--env development')
USER_DATA = conf.USER_DATA[:index] + '--no-analytics=true ' + conf.USER_DATA[index:]
USER_DATA = conf.USER_DATA[:index] + '--no-analytics ' + conf.USER_DATA[index:]
else:
USER_DATA = conf.USER_DATA

Expand Down
2 changes: 1 addition & 1 deletion tools/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Update with the Meilisearch version TAG you want to build the image with

MEILI_CLOUD_SCRIPTS_VERSION_TAG = 'v0.25.2'
MEILI_CLOUD_SCRIPTS_VERSION_TAG = 'v0.26.0'

# Script settings

Expand Down

0 comments on commit a7195a3

Please sign in to comment.